mirror of
https://github.com/primer/css.git
synced 2024-11-23 03:10:10 +03:00
Fix typo in docs
This commit is contained in:
parent
09d7aaae94
commit
7db9fc5910
@ -16,7 +16,7 @@ import {PaletteTable, PaletteCell, ColorModeTable, CSSModeVars, overlayColor} fr
|
||||
Please note Primer v16 has changed the naming of these color classes. Check the <a href="/css/support/v16-migration">migration guide</a> to make sure your app is up to date.
|
||||
</Note>
|
||||
|
||||
Sarting in v16, Primer CSS uses CSS variables for all colors. When using CSS variables like `--color-text-secondary` make sure to wrap them with [`var()`](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties):
|
||||
Starting in v16, Primer CSS uses CSS variables for all colors. When using CSS variables like `--color-text-secondary` make sure to wrap them with [`var()`](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties):
|
||||
|
||||
```css
|
||||
.my-class {
|
||||
|
Loading…
Reference in New Issue
Block a user