diff options
| author | Mark Otto <[email protected]> | 2016-12-24 18:54:03 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-25 14:03:50 -0800 |
| commit | dcd4a63e4ec0d1ee342bc868587cc93510bd80f2 (patch) | |
| tree | 883cc44e1d0e34762f92a1abb86cb4116a87b401 /scss/utilities | |
| parent | bab4f1ef3c61cff12b442d8f3afd4344e7736203 (diff) | |
| download | bootstrap-dcd4a63e4ec0d1ee342bc868587cc93510bd80f2.tar.xz bootstrap-dcd4a63e4ec0d1ee342bc868587cc93510bd80f2.zip | |
line break for sanity
Diffstat (limited to 'scss/utilities')
| -rw-r--r-- | scss/utilities/_spacing.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/utilities/_spacing.scss b/scss/utilities/_spacing.scss index 0f4f9ef0e..405c2e27a 100644 --- a/scss/utilities/_spacing.scss +++ b/scss/utilities/_spacing.scss @@ -44,6 +44,7 @@ // Some special margin utils @include media-breakpoint-up($breakpoint) { $infix: breakpoint-infix($breakpoint, $grid-breakpoints); + .m#{$infix}-auto { margin: auto !important; } .mx#{$infix}-auto { margin-right: auto !important; |
