-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove the color tokens from the legacy theme #2355
Conversation
🦋 Changeset detectedLatest commit: f43b9ce The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## canary #2355 +/- ##
==========================================
- Coverage 96.81% 96.78% -0.04%
==========================================
Files 228 227 -1
Lines 19016 18833 -183
Branches 1172 1173 +1
==========================================
- Hits 18410 18227 -183
Misses 593 593
Partials 13 13
|
Purpose
We introduced semantic color tokens as CSS variables in Circuit UI v6.1. Developers have had plenty of time to migrate their code, so it's time to remove the legacy color tokens.
Approach and changes
Definition of done