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 47b4f67 commit 68820fbCopy full SHA for 68820fb
docs/theming/README.md
@@ -88,14 +88,14 @@ to components. See the [color guide](color.md) for more details.
88
89
#### Typography
90
91
-[`--md-sys-typography` tokens](typography.md#typescale) define typescale roles
+[`--md-sys-typescale` tokens](typography.md#typescale) define typescale roles
92
that map to components. See the [typography guide](typography.md) for more
93
details.
94
95
```css
96
:root {
97
- --md-sys-typography-body-medium-size: 1rem;
98
- --md-sys-typography-body-medium-line-height: 1.5rem;
+ --md-sys-typescale-body-medium-size: 1rem;
+ --md-sys-typescale-body-medium-line-height: 1.5rem;
99
}
100
```
101
0 commit comments