Skip to content

Commit

Permalink
chore(fix): fix create-token-values
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbin committed Dec 14, 2024
1 parent 10063f3 commit 47d87e2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions projects/extensions/core/tokens/_token-utils.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,7 @@ $_system-fallbacks: m3-tokens.create-system-fallbacks();
@if $tokens != null {
@each $key, $value in $tokens {
@if $value != null {
& {
#{_create-var-name($prefix, $key)}: #{$value};
}
#{_create-var-name($prefix, $key)}: #{$value};
}
}
}
Expand Down

0 comments on commit 47d87e2

Please sign in to comment.