Skip to content

Commit b557726

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material-experimental/mdc-chips/_chips-theme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
}
5757

5858
@mixin mat-mdc-chips-typography($config-or-theme) {
59+
$config: mat-private-typography-normalized-config(mat-get-typography-config($config-or-theme));
5960
$config: mat-get-typography-config($config-or-theme);
6061
@include mdc-chip-set-core-styles($query: $mat-typography-styles-query);
6162
@include mat-using-mdc-typography($config) {

0 commit comments

Comments
 (0)