Skip to content

Commit 898e9c1

Browse files
Merge pull request #5790 from twentyrogersc:patch-1
PiperOrigin-RevId: 743253953
2 parents c72650f + ca5f750 commit 898e9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)