-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: edit tokens for better control of output
This commit addresses a few concerns with the last release 1. Removes tokens that do not have true darkmode values 2. Tags tokens with `darkmode` flag for accurate filtering Tokens should not be duplicated within the darkmode scope in order to maintain alias relationships. This can be addressed using the include property of the config file. In order to filter out all tokens that are not intended to be processed, using the `darkmode` flag on tokens that have been updated with a darkmode value will allow the config to filter out non-darkmode tokens in the build process. Changes to be committed: deleted: src/color-darkmode/alert.json deleted: src/color-darkmode/background.json deleted: src/color-darkmode/brand.json deleted: src/color-darkmode/ui.json modified: src/color-darkmode/base.json modified: src/color-darkmode/border.json modified: src/color-darkmode/icon.json modified: src/color-darkmode/text.json modified: src/color-darkmode/tier.json Modified this config file to address typo: modified: scripts/config-darkmode.json
- Loading branch information
1 parent
d6d87b4
commit 9a1521b
Showing
10 changed files
with
18 additions
and
904 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
This file was deleted.
Oops, something went wrong.
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
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.