CSS 是否有 LESS 的 JavaScript 实现?
我需要至少在 CSS 中从 JavaScript 进行变量替换(让我们暂时忽略这是客户端还是服务器端)。理想情况下,我会使用 LESS 语法,它提供的功能不仅仅是变量替换。有人找到 LESS 的 JS 实现吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
LESS 的下一个版本是用 JavaScript 编写的。我相信它可以从客户端或服务器工作。我不知道它现在效果如何,但可能值得研究。
源代码位于 http://github.com/cloudhead/less.js。
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.