This repository was archived by the owner on Jan 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +6
-6
lines changed Expand file tree Collapse file tree 7 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
@import " ../packages/mdc-button/mdc-button" ;
19
19
@import " ../packages/mdc-checkbox/mdc-checkbox" ;
20
20
@import " ../packages/mdc-form-field/mdc-form-field" ;
21
- @import " ../packages/mdc-theme/color_palette " ;
21
+ @import " ../packages/mdc-theme/color-palette " ;
22
22
@import " ../packages/mdc-theme/mixins" ;
23
23
@import " ../packages/mdc-typography/mdc-typography" ;
24
24
Original file line number Diff line number Diff line change 18
18
19
19
@import url (" https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css" );
20
20
21
- @import " ../packages/mdc-theme/color_palette " ;
21
+ @import " ../packages/mdc-theme/color-palette " ;
22
22
23
23
// Base style
24
24
$mdc-theme-primary : $material-color-grey-900 !default ;
Original file line number Diff line number Diff line change 15
15
//
16
16
17
17
@import " ./common" ;
18
- @import " ../packages/mdc-theme/color_palette " ;
18
+ @import " ../packages/mdc-theme/color-palette " ;
19
19
@import " ../packages/mdc-fab/mdc-fab" ;
20
20
@import " ../packages/mdc-fab/mixins" ;
21
21
Original file line number Diff line number Diff line change 17
17
@import " ./common" ;
18
18
@import " ../packages/mdc-form-field/mdc-form-field" ;
19
19
@import " ../packages/mdc-radio/mdc-radio" ;
20
- @import " ../packages/mdc-theme/color_palette " ;
20
+ @import " ../packages/mdc-theme/color-palette " ;
21
21
@import " ../packages/mdc-typography/mdc-typography" ;
22
22
23
23
.mdc-radio.demo-radio--custom {
Original file line number Diff line number Diff line change 16
16
17
17
@import " ./common" ;
18
18
@import " ../packages/mdc-switch/mdc-switch" ;
19
- @import " ../packages/mdc-theme/color_palette " ;
19
+ @import " ../packages/mdc-theme/color-palette " ;
20
20
@import " ../packages/mdc-typography/mdc-typography" ;
21
21
22
22
.demo-switch-wrapper {
Original file line number Diff line number Diff line change 34
34
@import " ../../packages/mdc-switch/mdc-switch" ;
35
35
@import " ../../packages/mdc-tabs/mdc-tabs" ;
36
36
@import " ../../packages/mdc-textfield/mdc-textfield" ;
37
- @import " ../../packages/mdc-theme/color_palette " ;
37
+ @import " ../../packages/mdc-theme/color-palette " ;
38
38
@import " ../../packages/mdc-theme/mixins" ;
39
39
@import " ../../packages/mdc-theme/variables" ;
40
40
@import " ../../packages/mdc-toolbar/variables" ;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments