File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
src/material-experimental/theming Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change
1
+ // DO NOT REMOVE
2
+ // This function is used internally.
3
+ @function format ($systems ) {
4
+ @return $systems ;
5
+ }
Original file line number Diff line number Diff line change 5
5
@use ' @material/tokens/v0_161' as mdc-tokens ;
6
6
@use ' ./m3-density' ;
7
7
@use ' ./custom-tokens' ;
8
+ @use ' ./format-tokens' ;
8
9
9
10
// TODO(mmalerba): Split up this file into smaller pieces.
10
11
500
501
), $systems );
501
502
$exclude-hardcoded : not $include-non-systemized ;
502
503
504
+ // DO NOT REMOVE
505
+ // This function is used internally.
506
+ $systems : format-tokens .format ($systems );
507
+
503
508
// TODO(mmalerba): Refactor this to not depend on the legacy theme when moving out of
504
509
// material-experimental. This is a hack for now because there is no good way to get the token
505
510
// slots in material-experimental without exposing them all from material.
You can’t perform that action at this time.
0 commit comments