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 c1d585d commit 46d66edCopy full SHA for 46d66ed
checkbox/internal/_checkbox.scss
@@ -25,7 +25,7 @@ $_indeterminate-bottom-left: 4px, -10px;
25
$_checkmark-bottom-left: 7px, -14px;
26
27
@mixin theme($tokens) {
28
- $supported-tokens: $md-comp-checkbox-supported-tokens;
+ $supported-tokens: tokens.$md-comp-checkbox-supported-tokens;
29
@each $token, $value in $tokens {
30
@if list.index($supported-tokens, $token) == null {
31
@error 'Token `#{$token}` is not a supported token.';
0 commit comments