Skip to content

Commit ce7b92f

Browse files
authored
fix(material-experimental/mdc-core): rename core import file (#21953)
1 parent 6d413e7 commit ce7b92f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@forward 'core';
1+
@forward 'core-theme';
22
@forward '../../material/core/theming/theming';
33
@forward './option/option-theme';
44
@forward './option/optgroup-theme';

src/material-experimental/mdc-theming/_all-theme.import.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@forward 'all-theme';
2-
@forward '../mdc-core/core';
2+
@forward '../mdc-core/core-theme';
33
@forward '../mdc-autocomplete/autocomplete-theme';
44
@forward '../mdc-button/button-theme';
55
@forward '../mdc-card/card-theme';

0 commit comments

Comments
 (0)