diff --git a/sass/_library/grillade-grid.scss b/sass/_library/grillade-grid.scss index 2be705b..3db33e6 100644 --- a/sass/_library/grillade-grid.scss +++ b/sass/_library/grillade-grid.scss @@ -36,7 +36,7 @@ $large: 992px !default; } // grid constructor (.grid-2 to .grid-12) -@for $i from 1 through 12 { +@for $i from 2 through 12 { [class*="grid-#{$i}"] { grid-template-columns: repeat(#{$i}, 1fr); }