Skip to content

Commit

Permalink
add type of
Browse files Browse the repository at this point in the history
  • Loading branch information
woodcox authored Apr 14, 2024
1 parent 22e2e03 commit 4e0c1d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/generator/workers/_process-collection.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

@mixin process-collection($collection, $prefix, $selector, $is-breakpoint) {
@each $key, $prop in $collection {
@if meta.type-of($prop) == 'map' {
@debug "Key: #{$key}, Value: #{$prop}";
$items: map-get($prop, 'items');
@debug "Items: #{$items}";
Expand Down Expand Up @@ -62,4 +63,5 @@
}
}
}
}
}

0 comments on commit 4e0c1d2

Please sign in to comment.