NightCatSama/vue-slider-component

Setting color using var() function instead of requiring scss

whaaaley opened this issue · 1 comments

Describe the feature

Setting a var like: --theme-color: blue to change theme color instead of using SCSS.

For compatibility reasons, the theme file will not use css var.

You can create your own theme file to use it.