fixed some bugs
This commit is contained in:
@@ -86,6 +86,7 @@ $row-gutter-height: $row-height + $row-gutter;
|
||||
};
|
||||
|
||||
@while $offset<=$max-size {
|
||||
$i: $i+1;
|
||||
@if $odd{
|
||||
$offset:$offset+$col-width;
|
||||
$odd:false;
|
||||
@@ -96,7 +97,6 @@ $row-gutter-height: $row-height + $row-gutter;
|
||||
.#{$class-name}#{$i} {
|
||||
#{$prop}: $offset;
|
||||
};
|
||||
$i: $i+1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user