File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/material/core/tokens/tests Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 5
5
@use ' @material/card/outlined-card-theme' as mdc-outlined-card-theme ;
6
6
@use ' @material/checkbox/checkbox-theme' as mdc-checkbox-theme ;
7
7
@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 ;
8
9
@use ' @material/icon-button/icon-button-theme' as mdc-icon-button-theme ;
9
10
@use ' @material/list/list-theme' as mdc-list-theme ;
10
11
@use ' @material/tooltip/plain-tooltip-theme' as mdc-plaintip-tooltip-theme ;
16
17
@use ' @material/theme/validate' as mdc-validate ;
17
18
18
19
@use ' ../m2/mdc/circular-progress' as tokens-mdc-circular-progress ;
20
+ @use ' ../m2/mdc/linear-progress' as tokens-mdc-linear-progress ;
19
21
@use ' ../m2/mdc/elevated-card' as tokens-mdc-elevated-card ;
20
22
@use ' ../m2/mdc/icon-button' as tokens-mdc-icon-button ;
21
23
@use ' ../m2/mdc/checkbox' as tokens-mdc-checkbox ;
You can’t perform that action at this time.
0 commit comments