From e3d7ba689fe291ce1209dff4e1b08ffa3378ff55 Mon Sep 17 00:00:00 2001 From: ml-uni <43490189+ml-uni@users.noreply.github.com> Date: Mon, 24 Sep 2018 09:22:43 +0200 Subject: [PATCH] Change comment for grid number --- sass/_library/grillade-grid.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/_library/grillade-grid.scss b/sass/_library/grillade-grid.scss index 8a87829..7f27cb9 100644 --- a/sass/_library/grillade-grid.scss +++ b/sass/_library/grillade-grid.scss @@ -56,7 +56,7 @@ $medium: 768px !default; } } -// grid constructor (.grid-2 to .grid-12) +// grid constructor (.grid-2 to .grid-$cols) @for $i from 2 through $cols { [class*="grid-#{$i}"] { grid-template-columns: repeat(#{$i}, 1fr);