mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-25 12:22:50 +01:00
Change if statement
This commit is contained in:
parent
57661dff6d
commit
bf7d4aef81
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
// Negative margins (e.g., where `.mb-n1` is negative version of `.mb-1`)
|
// Negative margins (e.g., where `.mb-n1` is negative version of `.mb-1`)
|
||||||
@each $size, $length in $spacers {
|
@each $size, $length in $spacers {
|
||||||
@if not $size == 0 {
|
@if $size != 0 {
|
||||||
.m#{$infix}-n#{$size} { margin: -$length !important; }
|
.m#{$infix}-n#{$size} { margin: -$length !important; }
|
||||||
.mt#{$infix}-n#{$size},
|
.mt#{$infix}-n#{$size},
|
||||||
.my#{$infix}-n#{$size} {
|
.my#{$infix}-n#{$size} {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user