Skip to content

Commit f7983eb

Browse files
committed
fix(material-experimental/mdc-core): Allow typography mixin to consume 2018 style configs
See angular#21059 for context.
1 parent 89d5790 commit f7983eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material-experimental/mdc-core/option/_optgroup-theme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
}
2121

2222
@mixin mat-mdc-optgroup-typography($config-or-theme) {
23+
$config: mat-private-typography-normalized-config(mat-get-typography-config($config-or-theme));
2324
$config: mat-get-typography-config($config-or-theme);
2425
}
2526

0 commit comments

Comments
 (0)