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.
typography-hierarchy
1 parent 6f9c996 commit 32d31c7Copy full SHA for 32d31c7
guides/typography.md
@@ -212,6 +212,10 @@ typography level. The `.mat-h5` style uses the `body-1` level with the font-size
212
213
The `button` and `input` typography levels do not map to CSS classes.
214
215
+You can also manually emit the CSS rules for these CSS classes and native elements by calling the `typography-hierarchy`
216
+mixin. This mixin accepts a typography config and a CSS selector under which the styles are scopes (defaulting to
217
+`.mat-typography`).
218
+
219
The following example demonstrates usage of the typography styles emitted by the `core` mixin.
220
221
```html
0 commit comments