fixed some bugs

This commit is contained in:
Bachir Soussi Chiadmi
2017-05-02 19:26:46 +02:00
parent 235959b2ce
commit 17c1c441fb
4 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -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;
}
}