aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrazh <[email protected]>2017-08-12 02:11:41 -0400
committerXhmikosR <[email protected]>2017-08-12 09:11:41 +0300
commit9d988de054ad8a73f1cb1d8901af0f45e3d21f34 (patch)
tree47bd457031c5ae75131e365d566794e50077e21d
parent45671b0a41b1ee57955ff28ae2d421e5fb65d369 (diff)
downloadbootstrap-9d988de054ad8a73f1cb1d8901af0f45e3d21f34.tar.xz
bootstrap-9d988de054ad8a73f1cb1d8901af0f45e3d21f34.zip
Remove extra spaces from spacing utilities (#23337)
-rw-r--r--scss/utilities/_spacing.scss4
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;