11@import ' ../material/core/theming/all-theme' ;
2- @import ' ../material-experimental/mdc-button/mdc-button' ;
3- @import ' ../material-experimental/mdc-card/mdc-card' ;
4- @import ' ../material-experimental/mdc-checkbox/mdc-checkbox' ;
5- @import ' ../material-experimental/mdc-chips/mdc-chips' ;
6- @import ' ../material-experimental/mdc-helpers/mdc-helpers' ;
7- @import ' ../material-experimental/mdc-menu/mdc-menu' ;
8- @import ' ../material-experimental/mdc-radio/mdc-radio' ;
9- @import ' ../material-experimental/mdc-slide-toggle/mdc-slide-toggle' ;
10- @import ' ../material-experimental/mdc-tabs/mdc-tabs' ;
2+ @import ' ../material-experimental/mdc-theming/all-theme' ;
3+ @import ' ../material-experimental/mdc-typography/all-typography' ;
114
125// Plus imports for other components in your app.
136
147// Include the common styles for Angular Material. We include this here so that you only
158// have to load a single css file for Angular Material in your app.
169// **Be sure that you only ever include this mixin once!**
1710@include mat-core ();
18- @include mat-button-typography-mdc (mat-typography-config ());
19- @include mat-icon-button-typography-mdc (mat-typography-config ());
20- @include mat-fab-typography-mdc (mat-typography-config ());
21- @include mat-card-typography-mdc (mat-typography-config ());
22- @include mat-checkbox-typography-mdc (mat-typography-config ());
23- @include mat-chips-typography-mdc (mat-typography-config ());
24- @include mat-menu-typography-mdc (mat-typography-config ());
25- @include mat-radio-typography-mdc (mat-typography-config ());
26- @include mat-slide-toggle-typography-mdc (mat-typography-config ());
27- @include mat-tabs-typography-mdc (mat-typography-config ());
11+ @include angular-material-typography-mdc ();
2812
2913// Define the default theme (same as the example above).
3014$candy-app-primary : mat-palette ($mat-indigo );
@@ -33,13 +17,4 @@ $candy-app-theme: mat-light-theme($candy-app-primary, $candy-app-accent);
3317
3418// Include the default theme styles.
3519@include angular-material-theme ($candy-app-theme );
36- @include mat-button-theme-mdc ($candy-app-theme );
37- @include mat-icon-button-theme-mdc ($candy-app-theme );
38- @include mat-fab-theme-mdc ($candy-app-theme );
39- @include mat-card-theme-mdc ($candy-app-theme );
40- @include mat-checkbox-theme-mdc ($candy-app-theme );
41- @include mat-chips-theme-mdc ($candy-app-theme );
42- @include mat-menu-theme-mdc ($candy-app-theme );
43- @include mat-radio-theme-mdc ($candy-app-theme );
44- @include mat-slide-toggle-theme-mdc ($candy-app-theme );
45- @include mat-tabs-theme-mdc ($candy-app-theme );
20+ @include angular-material-theme-mdc ($candy-app-theme );
0 commit comments