Is it possible to generate multiple CSS files from a single LESS template and multiple LESS settings files?
For example, I have these files
template.less
template.settings1.less
template.settings2.less
template.settings3.less
I know that I can import each settings file into the template file, but to my knowledge the only way to get the three files is to duplicate the template file three times. Is there a way to use the template.less only once and generate three CSS files from it based on the settings?