Skip to content

Commit 14cfb7e

Browse files
committed
refactor: emit both sets of tabs tokens
1 parent 1c4d66c commit 14cfb7e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/material/tabs/_tabs-theme.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,8 @@
149149
'Calls to Angular Material theme mixins with an M3 theme must be wrapped in a selector'
150150
);
151151
$tabs-tokens: token-utils.get-tokens-for($tokens, m2-tabs.$prefix, $options...);
152+
$tabs-tokens-without-options: token-utils.get-tokens-for($tokens, m2-tabs.$prefix);
153+
154+
@include token-utils.create-token-values(m2-tabs.$prefix, $tabs-tokens-without-options);
152155
@include token-utils.create-token-values(m2-tabs.$prefix, $tabs-tokens);
153156
}

0 commit comments

Comments
 (0)