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 19f5258 commit a9db920Copy full SHA for a9db920
src/material-experimental/mdc-helpers/_mdc-helpers.scss
@@ -53,7 +53,7 @@ $mat-typography-level-mappings: (
53
54
// Converts an Angular Material typography level config to an MDC one.
55
@function mat-typography-level-config-to-mdc($mat-config, $mat-level) {
56
- $mdc-level: map-get($mat-typography-level-mappings, $mat-level);
+ $mdc-level: map-get(map-get($mat-typography-level-mappings, mat-to-mdc), $mat-level);
57
58
@return map-merge(
59
if($mdc-level,
0 commit comments