Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Filter out action tokens from generated variables.css (#141)
`--cnvs-brand-action-**` tokens where always created and added to `variables.css`. When we consume these tokens in Canvas Kit, that token is **always** known, meaning the fallback of `--cnvs-brand-primary-**` would never get hit, breaking theming. This PR filters out the action tokens from out generated css files so that we can allow cascading of our actions tokens through the CanvasProvider. [category:Tokens] Release Note: Removing `cnvs-brand-action-**` tokens to ensure proper cascading. These tokens won't be part of `variables.css`. Co-authored-by: manuel.carrera <[email protected]>
- Loading branch information