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 d293a39 commit e6fe953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generator/workers/_process-collection.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
$property: map.get($item, "property");
@debug 'property:' $property;
$use-css-vars: map.get($item, "css-vars");
@debug 'css-var:' $css-vars;
@debug 'css-var:' $use-css-vars;
$vars-key: '';

$selector: _n.get-namespace('classes') + $selector;
Expand Down

0 comments on commit e6fe953

Please sign in to comment.