diff --git a/docs/content/support/v16-migration.mdx b/docs/content/support/v16-migration.mdx index 4429d2a5..97d7a5ef 100644 --- a/docs/content/support/v16-migration.mdx +++ b/docs/content/support/v16-migration.mdx @@ -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 | 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.