css - Less multiple files import -


I am working on WordPress theme for which color schemes should have functionality I have to be forced to use less on this project. I have a file named Schemes. Without which the code is styled on a webpage for styling different colors, then I've set up fewer files: dark, light, light. Blue non-existent etc. I'm importing them using the default value technology (), but if I import the plan due to sluggish load. Is there a single variable

Does an alternative work?

"anonymous" name space:

  & amp; {@import (multiple) "schemes.less" @import "dark.less"; } & Amp; {@import (multiple) "schemes.less" @import "light.less"; } // etc.  

(Suppose you are using an up-to-date less compiler, not lessphp - for this you have to make minor modifications Required - e.g., remove (multi) etc.)


Comments