Skip to content

Commit 47d87e2

Browse files
committed
chore(fix): fix create-token-values
1 parent 10063f3 commit 47d87e2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

projects/extensions/core/tokens/_token-utils.scss

+1-3
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,7 @@ $_system-fallbacks: m3-tokens.create-system-fallbacks();
125125
@if $tokens != null {
126126
@each $key, $value in $tokens {
127127
@if $value != null {
128-
& {
129-
#{_create-var-name($prefix, $key)}: #{$value};
130-
}
128+
#{_create-var-name($prefix, $key)}: #{$value};
131129
}
132130
}
133131
}

0 commit comments

Comments
 (0)