1
1
@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' ;
11
- @import ' ../material-experimental/mdc-progress-bar/mdc-progress-bar' ;
2
+ @import ' ../material-experimental/mdc-theming/all-theme' ;
3
+ @import ' ../material-experimental/mdc-typography/all-typography' ;
12
4
13
5
// Plus imports for other components in your app.
14
6
15
7
// Include the common styles for Angular Material. We include this here so that you only
16
8
// have to load a single css file for Angular Material in your app.
17
9
// **Be sure that you only ever include this mixin once!**
18
10
@include mat-core ();
19
- @include mat-button-typography-mdc (mat-typography-config ());
20
- @include mat-icon-button-typography-mdc (mat-typography-config ());
21
- @include mat-fab-typography-mdc (mat-typography-config ());
22
- @include mat-card-typography-mdc (mat-typography-config ());
23
- @include mat-checkbox-typography-mdc (mat-typography-config ());
24
- @include mat-chips-typography-mdc (mat-typography-config ());
25
- @include mat-menu-typography-mdc (mat-typography-config ());
26
- @include mat-radio-typography-mdc (mat-typography-config ());
27
- @include mat-slide-toggle-typography-mdc (mat-typography-config ());
28
- @include mat-tabs-typography-mdc (mat-typography-config ());
29
- @include mat-progress-bar-typography-mdc (mat-typography-config ());
11
+ @include angular-material-typography-mdc ();
30
12
31
13
// Define the default theme (same as the example above).
32
14
$candy-app-primary : mat-palette ($mat-indigo );
@@ -35,14 +17,4 @@ $candy-app-theme: mat-light-theme($candy-app-primary, $candy-app-accent);
35
17
36
18
// Include the default theme styles.
37
19
@include angular-material-theme ($candy-app-theme );
38
- @include mat-button-theme-mdc ($candy-app-theme );
39
- @include mat-icon-button-theme-mdc ($candy-app-theme );
40
- @include mat-fab-theme-mdc ($candy-app-theme );
41
- @include mat-card-theme-mdc ($candy-app-theme );
42
- @include mat-checkbox-theme-mdc ($candy-app-theme );
43
- @include mat-chips-theme-mdc ($candy-app-theme );
44
- @include mat-menu-theme-mdc ($candy-app-theme );
45
- @include mat-radio-theme-mdc ($candy-app-theme );
46
- @include mat-slide-toggle-theme-mdc ($candy-app-theme );
47
- @include mat-tabs-theme-mdc ($candy-app-theme );
48
- @include mat-progress-bar-theme-mdc ($candy-app-theme );
20
+ @include angular-material-theme-mdc ($candy-app-theme );
0 commit comments