From a8a3d6bf900b0c757634d7765cf7771e12ad6c50 Mon Sep 17 00:00:00 2001 From: Rustie <64870518+woodcox@users.noreply.github.com> Date: Tue, 16 Apr 2024 02:42:21 +0100 Subject: [PATCH] Update _cycle.scss --- src/generator/workers/_cycle.scss | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/generator/workers/_cycle.scss b/src/generator/workers/_cycle.scss index a250c8a..c2959d5 100644 --- a/src/generator/workers/_cycle.scss +++ b/src/generator/workers/_cycle.scss @@ -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 + ); } } }