Is there a JavaScript implementation of LESS for CSS?
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?
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.
精彩评论