I have several multiple LESS files that I want to compile using the WinLess compiler.
Now some of these files have dependencies of / mixins variables defined in a separate smaller file.
My question is, can I select all of them at once and compile with WinLess OR, there should be a compilation sequence.
I am looking through this question as I get a NameError (e.g. undefined transition) when compiling files that reference mixins..and, even if I compile var / mixin files first, I still get NameError
Please, help.
source share