From 62a36ee160f5e6ca898e120c3c93756869d55665 Mon Sep 17 00:00:00 2001 From: ml-uni <43490189+ml-uni@users.noreply.github.com> Date: Mon, 24 Sep 2018 09:18:37 +0200 Subject: [PATCH] Add $cols for grillade-flex --- sass/_library/grillade-flex.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/_library/grillade-flex.scss b/sass/_library/grillade-flex.scss index 6bcb9c6..7f928eb 100644 --- a/sass/_library/grillade-flex.scss +++ b/sass/_library/grillade-flex.scss @@ -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); }