Skip to content

Commit 22d3524

Browse files
committed
fixup! addressed more feedback
1 parent eaf4410 commit 22d3524

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/material/core/tokens/tests/test-validate-tokens.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
@use '@material/card/outlined-card-theme' as mdc-outlined-card-theme;
66
@use '@material/checkbox/checkbox-theme' as mdc-checkbox-theme;
77
@use '@material/circular-progress/circular-progress-theme' as mdc-circular-progress-theme;
8+
@use '@material/linear-progress/linear-progress-theme' as mdc-linear-progress-theme;
89
@use '@material/icon-button/icon-button-theme' as mdc-icon-button-theme;
910
@use '@material/list/list-theme' as mdc-list-theme;
1011
@use '@material/tooltip/plain-tooltip-theme' as mdc-plaintip-tooltip-theme;
@@ -16,6 +17,7 @@
1617
@use '@material/theme/validate' as mdc-validate;
1718

1819
@use '../m2/mdc/circular-progress' as tokens-mdc-circular-progress;
20+
@use '../m2/mdc/linear-progress' as tokens-mdc-linear-progress;
1921
@use '../m2/mdc/elevated-card' as tokens-mdc-elevated-card;
2022
@use '../m2/mdc/icon-button' as tokens-mdc-icon-button;
2123
@use '../m2/mdc/checkbox' as tokens-mdc-checkbox;

0 commit comments

Comments
 (0)