Skip to content

Commit ca5f750

Browse files
fix(menu): output menu item theme values
1 parent c72650f commit ca5f750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: menu/internal/menuitem/_menu-item.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
@error 'Token `#{$token}` is not a supported token.';
2525
}
2626

27-
@if $value and list.index($supported-tokens, $token) == null {
27+
@if $value {
2828
--md-menu-item-#{$token}: #{$value};
2929
}
3030
}

0 commit comments

Comments
 (0)