mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-23 16:00:23 +00:00
add mr-auto and ml-auto for some flex shiz
This commit is contained in:
parent
19fcb21677
commit
43c206d6ff
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Reference in a new issue