diff options
| author | razh <[email protected]> | 2017-08-12 02:11:41 -0400 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-08-12 09:11:41 +0300 |
| commit | 9d988de054ad8a73f1cb1d8901af0f45e3d21f34 (patch) | |
| tree | 47bd457031c5ae75131e365d566794e50077e21d | |
| parent | 45671b0a41b1ee57955ff28ae2d421e5fb65d369 (diff) | |
| download | bootstrap-9d988de054ad8a73f1cb1d8901af0f45e3d21f34.tar.xz bootstrap-9d988de054ad8a73f1cb1d8901af0f45e3d21f34.zip | |
Remove extra spaces from spacing utilities (#23337)
| -rw-r--r-- | scss/utilities/_spacing.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/utilities/_spacing.scss b/scss/utilities/_spacing.scss index 61af0c66d..150d31631 100644 --- a/scss/utilities/_spacing.scss +++ b/scss/utilities/_spacing.scss @@ -7,7 +7,7 @@ @each $prop, $abbrev in (margin: m, padding: p) { @each $size, $length in $spacers { - .#{$abbrev}#{$infix}-#{$size} { #{$prop}: $length !important; } + .#{$abbrev}#{$infix}-#{$size} { #{$prop}: $length !important; } .#{$abbrev}t#{$infix}-#{$size}, .#{$abbrev}y#{$infix}-#{$size} { #{$prop}-top: $length !important; @@ -28,7 +28,7 @@ } // Some special margin utils - .m#{$infix}-auto { margin: auto !important; } + .m#{$infix}-auto { margin: auto !important; } .mt#{$infix}-auto, .my#{$infix}-auto { margin-top: auto !important; |
