Add $cols for grillade-flex

This commit is contained in:
ml-uni 2018-09-24 09:18:37 +02:00 committed by GitHub
parent 98d49f1f58
commit 62a36ee160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@ $iefix: 0.01px;
}
// Constructing grids : will be compiled in CSS
@media (min-width: $small) {
@for $i from 2 through 12 {
@for $i from 2 through $cols {
[class*="grid-#{$i}"] {
@include grid(#{$i}, 0);
}