1
1
mirror of https://github.com/primer/css.git synced 2024-11-30 01:04:04 +03:00

Add link to deprecations.js

This commit is contained in:
simurai 2021-03-11 15:56:27 +09:00
parent 0e1550296b
commit 2146327a81

View File

@ -303,3 +303,7 @@ Note: The `auto` colors automatically inverse based on the color mode. Example:
| `var(--color-auto-gray-9)` | dark gray | light gray | | `var(--color-auto-gray-9)` | dark gray | light gray |
It doesn't always work perfectly, therefore functional variables should be used as much as possible. But in some cases auto colors can still be handy. It doesn't always work perfectly, therefore functional variables should be used as much as possible. But in some cases auto colors can still be handy.
### Misc
There are a few more selectors and variables that got removed. Please refer to [deprecations.js](https://github.com/primer/css/blob/master/deprecations.js) for a complete list.