Skip to content

Commit

Permalink
Update _process-collection.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
woodcox authored Apr 15, 2024
1 parent 9bfffb4 commit 012d588
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/generator/workers/_process-collection.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
@debug 'key:' $collection;
$value: nth-or-null($collection, $i); // Get the value
@debug 'value:' $collection;

$converted-map: map.merge($converted-map, ($key: $value)); // Add key-value pair to the map
}
} @else if type-of($collection) == 'map' {
// Process the map
Expand Down

0 comments on commit 012d588

Please sign in to comment.