-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create codemod to migrate colors to css variables (#363)
* chore: bump jscodeshift to 0.15.0 * test: cover block property transform * feat: replace colors in template string for css vars * fix: adapt codemod to cover templates with an even number of quasis * chore: add single quote config option to block codemod * build: include codemods in build * docs: add new codemod info in migrating docs * docs: add semantic tokens recommendation in migration docs * feat: pass print options to block codemod
- Loading branch information
1 parent
204a71d
commit 0c6c9ab
Showing
22 changed files
with
451 additions
and
402 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,5 @@ assets/ | |
fixtures/ | ||
|
||
src/icons/ | ||
|
||
src/codemods/ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.