Closed EnVires closed 3 years ago
There are two themes in my project and I want to switch between them. Themes are implemented as 2 scss styles with variables
how can i implement this?
I don't think your question is specific to this package.
I think you either will have to switch at build time, via some Webpack magic, or at runtime by using different variable names.
There are two themes in my project and I want to switch between them. Themes are implemented as 2 scss styles with variables
how can i implement this?