We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c72650f + ca5f750 commit 898e9c1Copy full SHA for 898e9c1
1 file changed
menu/internal/menuitem/_menu-item.scss
@@ -24,7 +24,7 @@
24
@error 'Token `#{$token}` is not a supported token.';
25
}
26
27
- @if $value and list.index($supported-tokens, $token) == null {
+ @if $value {
28
--md-menu-item-#{$token}: #{$value};
29
30
0 commit comments