We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d5790 commit 4d5bcdeCopy full SHA for 4d5bcde
src/material-experimental/mdc-card/_card-theme.scss
@@ -32,6 +32,7 @@
32
}
33
34
@mixin mat-mdc-card-typography($config-or-theme) {
35
+ $config: mat-private-typography-normalized-config(mat-get-typography-config($config-or-theme));
36
$config: mat-get-typography-config($config-or-theme);
37
@include mat-using-mdc-typography($config) {
38
@include mdc-card-without-ripple($query: $mat-typography-styles-query);
0 commit comments