Skip to content

Commit 4ab1c7e

Browse files
committed
feat(material-experimental/theming): add M3 list support
1 parent 8fb5b6b commit 4ab1c7e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/material-experimental/theming/_m3-tokens.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,11 @@
192192
mdc-tokens.md-comp-list-values($systems, $exclude-hardcoded),
193193
$token-slots
194194
),
195+
_namespace-tokens(
196+
(mdc, list),
197+
mdc-tokens.md-comp-list-values($systems, $exclude-hardcoded),
198+
$token-slots
199+
),
195200
_namespace-tokens(
196201
(mdc, outlined-card),
197202
mdc-tokens.md-comp-outlined-card-values($systems, $exclude-hardcoded),

0 commit comments

Comments
 (0)