|
I don't know specifically, but it would seem it would have to do the import the .less file at the time it is being read in, which in you case is the run-time as a user launches your index.php page.
To me, that's not a good long-term solution. Compiling your .less into .css every time someone browses your page is inefficient. It might be an easy method during debugging, but once the page is set, I'd get a final version of the css kicked out and remove references to .less from your code.
Dave
|