Commit bf7d4aef authored by Martijn Cuppens's avatar Martijn Cuppens Committed by XhmikosR
Browse files

Change if statement

parent 57661dff
2 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes
Showing with 1 addition and 1 deletion
+1 -1
......@@ -30,7 +30,7 @@
// Negative margins (e.g., where `.mb-n1` is negative version of `.mb-1`)
@each $size, $length in $spacers {
@if not $size == 0 {
@if $size != 0 {
.m#{$infix}-n#{$size} { margin: -$length !important; }
.mt#{$infix}-n#{$size},
.my#{$infix}-n#{$size} {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment