Skip to content

Commit 15c0473

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 15c0473

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
}
4343

4444
@mixin mat-mdc-option-typography($config-or-theme) {
45+
$config: mat-private-typography-normalized-config(mat-get-typography-config($config-or-theme));
4546
$config: mat-get-typography-config($config-or-theme);
4647
}
4748

0 commit comments

Comments
 (0)