From eceb4a4a387f2035c6a86f892a0ba0cc53e7beb7 Mon Sep 17 00:00:00 2001 From: Mohamed Mokhtari Date: Thu, 23 Jun 2022 14:11:08 +0200 Subject: [PATCH] fix(component/grid): enhance loop to remove stylelint issue (#1160) --- packages/styles/layouts/_l.flexy.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/styles/layouts/_l.flexy.scss b/packages/styles/layouts/_l.flexy.scss index 034b5e214..82f76f696 100644 --- a/packages/styles/layouts/_l.flexy.scss +++ b/packages/styles/layouts/_l.flexy.scss @@ -105,7 +105,7 @@ @include make-flexy-col(5, 6, $major-screens); @include make-flexy-col-push(5, 6, $major-screens); // base 12 -@for $i from 1 through 12 { +@for $i from 1 through 11 { @include make-flexy-col($i, 12, $major-screens); @include make-flexy-col-push($i, 12, $major-screens); }