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 1c7493a commit ee320c2Copy full SHA for ee320c2
src/material/core/tokens/_m3-system.scss
@@ -50,7 +50,8 @@
50
$typography-config: if(meta.type-of($typography) == 'map',
51
definition.define-typography($typography),
52
definition.define-typography((plain-family: $typography)));
53
- @include system-level-typography($typography-config, $overrides, definition.$system-level-prefix);
+ @include system-level-typography(
54
+ $typography-config, $overrides, definition.$system-level-prefix);
55
}
56
57
$density: map.get($config, density);
0 commit comments