Question

I have a need to do variable substitution at least in CSS from JavaScript (let's ignore whether that's client or server side for the moment). Ideally, I'd use the LESS syntax which offers more features than just variable substitution. Has anyone found a JS implementation of LESS?

Was it helpful?

Solution

The next version of LESS is written in JavaScript. I believe it will work from the client or server. I don't know how well it works right now, but it could be worth looking into.

The source code is at http://github.com/cloudhead/less.js.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top