Commit 43c206d6 authored by Mark Otto's avatar Mark Otto Committed by Mark Otto
Browse files

add mr-auto and ml-auto for some flex shiz

parent 19fcb216
Showing with 3 additions and 0 deletions
+3 -0
......@@ -20,6 +20,9 @@
margin-left: auto !important;
}
.mr-auto { margin-right: auto !important; }
.ml-auto { margin-left: auto !important; }
@each $breakpoint in map-keys($grid-breakpoints) {
@each $prop, $abbrev in (margin: m, padding: p) {
@each $size, $lengths in $spacers {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment