diff options
| author | Mark Otto <[email protected]> | 2016-12-24 17:37:50 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-25 14:03:50 -0800 |
| commit | 43c206d6ffbb869c13a69ae5456628cea020ee22 (patch) | |
| tree | 88986c3d1115ead6797fc53282191b4ef6140242 /scss/utilities | |
| parent | 19fcb216770c7813878fa413874311548a3de15a (diff) | |
| download | bootstrap-43c206d6ffbb869c13a69ae5456628cea020ee22.tar.xz bootstrap-43c206d6ffbb869c13a69ae5456628cea020ee22.zip | |
add mr-auto and ml-auto for some flex shiz
Diffstat (limited to 'scss/utilities')
| -rw-r--r-- | scss/utilities/_spacing.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scss/utilities/_spacing.scss b/scss/utilities/_spacing.scss index 9e1802c47..1f0d77ff0 100644 --- a/scss/utilities/_spacing.scss +++ b/scss/utilities/_spacing.scss @@ -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 { |
