1
1
mirror of https://github.com/primer/css.git synced 2025-01-06 05:33:07 +03:00

⌨️ spelling fixes

This commit is contained in:
Michelle Tilley 2020-10-14 10:10:48 -07:00
parent 9cd14e5d9d
commit 6b7c4cbb03
No known key found for this signature in database
GPG Key ID: 810E3A96D4CF00F4

View File

@ -1,11 +1,11 @@
# 16.0.0
In `v16` two major changes happend:
In `v16` two major changes happened:
1. All colors got moved to [primer/primitives](https://github.com/primer/primitives). This lets us use the same Primer colors across different libraries.
2. Primer CSS also switched from using SASS variables for colors to CSS variables.
3. By using CSS variables, components, utilties can now switch between different color modes at runtime.
3. By using CSS variables, components, utilities can now switch between different color modes at runtime.
Bellow a migration guide when updating Primer CSS to `16.0.0`:
Below a migration guide when updating Primer CSS to `16.0.0`:
## Components
@ -211,7 +211,7 @@ n/a | `var(--color-bg-canvas)`
## Not available
If something is not available (n/a), there are a few options to consdier:
If something is not available (n/a), there are a few options to consider:
- If it makes sense, try using what is available.
- If not, you can create the following: