Add $cols for grillade-flex
This commit is contained in:
parent
98d49f1f58
commit
62a36ee160
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ $iefix: 0.01px;
|
||||||
}
|
}
|
||||||
// Constructing grids : will be compiled in CSS
|
// Constructing grids : will be compiled in CSS
|
||||||
@media (min-width: $small) {
|
@media (min-width: $small) {
|
||||||
@for $i from 2 through 12 {
|
@for $i from 2 through $cols {
|
||||||
[class*="grid-#{$i}"] {
|
[class*="grid-#{$i}"] {
|
||||||
@include grid(#{$i}, 0);
|
@include grid(#{$i}, 0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue