Skip to content

Commit

Permalink
chore(menu): remove extra list-item custom properties
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 652612158
  • Loading branch information
asyncLiz authored and copybara-github committed Jul 15, 2024
1 parent 55b4650 commit 31116d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tokens/_md-comp-menu-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ $_default: (
$tokens,
$supported-tokens: $supported-tokens,
$unsupported-tokens: $unsupported-tokens,
$new-tokens: md-comp-list-item.values($deps),
$new-tokens:
md-comp-list-item.values($deps, $exclude-custom-properties: true),
$renamed-tokens: _get-renamed-tokens($tokens)
);

Expand Down

0 comments on commit 31116d3

Please sign in to comment.