Setting color using var() function instead of requiring scss
whaaaley opened this issue · 1 comments
whaaaley commented
Describe the feature
Setting a var like: --theme-color: blue
to change theme color instead of using SCSS.
NightCatSama commented
For compatibility reasons, the theme file will not use css var.
You can create your own theme file to use it.