[Feature Request] Support CSS Variables in color variables
Open
stale
- Dominant language
- Vue
- Stars
- 54k
- Forks
- 14.4k
- PR merge metrics
- No merged PRs in 30d
Description
### Existing Component
Yes
### Component Name
theme-chalk
### Description
It would be awesome, if css variables can be used for setting the theme colors.
This would enable the immediate change of theme colors on the fly even after compillation.
unfortunately the `mix($color1, $color2, $weight)` method does not support, that, but it should be possible to use `rgba(var(--primary-color), $weight)` method.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.