Skip to content

Commit

Permalink
Update _cycle.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
woodcox authored Apr 16, 2024
1 parent 1cc8ea2 commit a8a3d6b
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions src/generator/workers/_cycle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,13 @@
);
}
// Loop over the gorko-config where the $selector is the key to a list of maps
@else if (meta.type-of($props) == 'list') {
@each $prop in $props {
@include _p.process-collection(
$props,
$prefix,
$selector,
$is-breakpoint
);
}
@else if (meta.type-of($props) == 'list') {
@include _p.process-collection(
$props,
$prefix,
$selector,
$is-breakpoint
);
}
}
}

0 comments on commit a8a3d6b

Please sign in to comment.