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:
parent
19fcb21677
commit
43c206d6ff
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user