File tree 2 files changed +4
-0
lines changed 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1
1
@import ' ../theming/palette' ;
2
2
@import ' ../theming/theming' ;
3
+ @import ' ../typography/typography' ;
3
4
@import ' ../typography/typography-utils' ;
4
5
5
6
@mixin mat-optgroup-color ($config-or-theme ) {
16
17
}
17
18
18
19
@mixin mat-optgroup-typography ($config-or-theme ) {
20
+ $config : mat-private-typography-normalized-config (mat-get-typography-config ($config-or-theme ));
19
21
$config : mat-get-typography-config ($config-or-theme );
20
22
.mat-optgroup-label {
21
23
@include mat-typography-level-to-styles ($config , body- 2);
Original file line number Diff line number Diff line change 1
1
@import ' ../theming/palette' ;
2
2
@import ' ../theming/theming' ;
3
+ @import ' ../typography/typography' ;
3
4
@import ' ../typography/typography-utils' ;
4
5
5
6
@mixin mat-option-color ($config-or-theme ) {
47
48
}
48
49
49
50
@mixin mat-option-typography ($config-or-theme ) {
51
+ $config : mat-private-typography-normalized-config (mat-get-typography-config ($config-or-theme ));
50
52
$config : mat-get-typography-config ($config-or-theme );
51
53
.mat-option {
52
54
font : {
You can’t perform that action at this time.
0 commit comments