Skip to content

Commit

Permalink
fix(component/grid): enhance loop to remove stylelint issue (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedMok committed Jun 23, 2022
1 parent 6128ca2 commit eceb4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styles/layouts/_l.flexy.scss
Expand Up @@ -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);
}
Expand Down

0 comments on commit eceb4a4

Please sign in to comment.