有没有 jQueryUI LessCss 模板?
我们在当前项目中广泛使用 LessCss 和 jQueryUI,并且我们已经全面查找了 Less 格式的 jQueryUI 主题。有人遇到过这个吗?如果是这样,你能给我指出正确的方向吗?
We are making extensive use of LessCss and and jQueryUI in a current project and we've looked all over for the jQueryUI theme in Less format. Has any one come across this? And if so, can you point me in the right direction?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
是的,sourceforge 上有一个 jqueryui + lesscss 的模板文件
http://jqueryuilesscss.sourceforge.net/
我会随着我对此进行更多探索,将添加 LessCss 函数并精简变量。目的是还为所有输入/按钮等添加不依赖 js 的 :hover
Yes there is a template file for jqueryui + lesscss on sourceforge
http://jqueryuilesscss.sourceforge.net/
I will be adding LessCss functions and slimming down the vars as I explore this more. The aim is to also add non js reliant :hover for all inputs/buttons etc
PHP .less 项目的 Leafo 刚刚发布了一项功能,旨在从 css 文件生成 .less 源。想必您应该能够使用它来完成您正在寻找的事情。
http://leafo.net/lessphp/
到这里尝试一下 lessify 的东西 https://github.com/leafo/lessphp
Leafo of the PHP .less project just released a feature that is designed to generate a .less source from a css file. Presumably you should be able to use this to do what you are looking for.
http://leafo.net/lessphp/
Go here and try the lessify stuff https://github.com/leafo/lessphp
这就是我如何使 jQuery 小部件遵循编译的 twbs 主题(例如 bootswatch)。
https://github.com/DC-development/jquery-ui-less
This is how I made jQuery widgets follow the compiled twbs theme (for example bootswatch).
https://github.com/DC-development/jquery-ui-less