Is there a jQueryUI LessCss template out there?
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 a开发者_StackOverflowcross this? And if so, can you point me in the right direction?
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
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
This is how I made jQuery widgets follow the compiled twbs theme (for example bootswatch). https://github.com/DC-development/jquery-ui-less
精彩评论