I created code for switching themes using LESS functionality. Unfortunately the LESS files will not compile in browser. How can I compile LESS files within browser?
This is a piece of documentation:
Client-side usage
Link your .less stylesheets with the rel set to “stylesheet/less”:
Then download less.js from the top of the page, and include it in the
element of your page, like so:
Make sure you include your stylesheets before the script.
So, you need to:
link tag before script tagrel to “stylesheet/less”