0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

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

This commit is contained in:
Mark Otto 2016-12-24 17:37:50 -08:00 committed by Mark Otto
parent 19fcb21677
commit 43c206d6ff

View File

@ -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 {