We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc8613 commit 6fa8243Copy full SHA for 6fa8243
chips/lib/_assist-chip.scss
@@ -37,7 +37,7 @@
37
38
:host {
39
@each $token, $value in $tokens {
40
- --_#{$token}: #{$value};
+ --_#{$token}: var(--md-assist-chip-#{$token}, #{$value});
41
}
42
43
// Support logical shape properties
chips/lib/_suggestion-chip.scss
+ --_#{$token}: var(--md-suggestion-chip-#{$token}, #{$value});
0 commit comments