mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-28 20:52:21 +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;
|
margin-left: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mr-auto { margin-right: auto !important; }
|
||||||
|
.ml-auto { margin-left: auto !important; }
|
||||||
|
|
||||||
@each $breakpoint in map-keys($grid-breakpoints) {
|
@each $breakpoint in map-keys($grid-breakpoints) {
|
||||||
@each $prop, $abbrev in (margin: m, padding: p) {
|
@each $prop, $abbrev in (margin: m, padding: p) {
|
||||||
@each $size, $lengths in $spacers {
|
@each $size, $lengths in $spacers {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user