mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-13 14:53:08 +00:00
line break for sanity
This commit is contained in:
parent
bab4f1ef3c
commit
dcd4a63e4e
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@
|
||||||
// Some special margin utils
|
// Some special margin utils
|
||||||
@include media-breakpoint-up($breakpoint) {
|
@include media-breakpoint-up($breakpoint) {
|
||||||
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
|
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
|
||||||
|
|
||||||
.m#{$infix}-auto { margin: auto !important; }
|
.m#{$infix}-auto { margin: auto !important; }
|
||||||
.mx#{$infix}-auto {
|
.mx#{$infix}-auto {
|
||||||
margin-right: auto !important;
|
margin-right: auto !important;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue