Skip to content

Commit

Permalink
Update _process-collection.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
woodcox committed Apr 15, 2024
1 parent c777989 commit 0dbc1af
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/generator/workers/_process-collection.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@
@use 'get-namespace' as _n;
@use '../../config' as _c;

$processed-properties: (); // Define a list to store processed properties


@mixin process-collection($collection, $prefix, $selector, $is-breakpoint) {
$processed-properties: (); // Define a list to store processed properties

// Check if the $collection is a map
@if meta.type-of($collection) == 'map' {
$items: map-get($collection, 'items');
Expand Down

0 comments on commit 0dbc1af

Please sign in to comment.