CSS 是否有 LESS 的 JavaScript 实现?

发布于 2024-08-29 21:26:37 字数 181 浏览 5 评论 0原文

我需要至少在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

洋洋洒洒 2024-09-05 21:26:37

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文