Remove extra spaces from spacing utilities (#23337)

This commit is contained in:
razh 2017-08-12 02:11:41 -04:00 committed by XhmikosR
parent 45671b0a41
commit 9d988de054
1 changed files with 2 additions and 2 deletions

View 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;