I am using webpack as the build tool, less as the css pre-processor in my application.
I have a less file named variable.less
which contains the general values like color,size for the whole site, then different components require different less which use the variables defined in the variable.less
Now we need to create multiple themes for the site, I am not sure how to get start, any suggestions?