]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove extra spaces from spacing utilities (#23337)
authorrazh <razh@users.noreply.github.com>
Sat, 12 Aug 2017 06:11:41 +0000 (02:11 -0400)
committerXhmikosR <xhmikosr@gmail.com>
Sat, 12 Aug 2017 06:11:41 +0000 (09:11 +0300)
scss/utilities/_spacing.scss

index 61af0c66d11ef13532bbbd427c0787dc47affb3e..150d3163123b6404986b35ce33b5979d7696b75a 100644 (file)
@@ -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;