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 0da0892 commit 303eb2cCopy full SHA for 303eb2c
src/material/_index.scss
@@ -53,7 +53,8 @@
53
// Theme bundles
54
@forward './core/theming/all-theme' show all-component-themes;
55
@forward './core/color/all-color' show all-component-colors;
56
-@forward './core/typography/all-typography' show all-component-typographies;
+@forward './core/typography/all-typography' show all-component-typographies,
57
+ define-mdc-typography-config;
58
@forward './legacy-core/theming/all-theme' show all-legacy-component-themes;
59
@forward './legacy-core/color/all-color' show all-legacy-component-colors;
60
@forward './legacy-core/typography/all-typography' show all-legacy-component-typographies;
0 commit comments