Skip to content

Commit 4d5bcde

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material-experimental/mdc-card/_card-theme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
}
3333

3434
@mixin mat-mdc-card-typography($config-or-theme) {
35+
$config: mat-private-typography-normalized-config(mat-get-typography-config($config-or-theme));
3536
$config: mat-get-typography-config($config-or-theme);
3637
@include mat-using-mdc-typography($config) {
3738
@include mdc-card-without-ripple($query: $mat-typography-styles-query);

0 commit comments

Comments
 (0)