Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 across this? And if so, can you point me in the right direction?

like image 673
mikefrey Avatar asked Jul 15 '10 21:07

mikefrey


People also ask

Is jQuery UI still supported?

Support for jQuery 1.7 has been dropped; jQuery 1.8 & newer remain supported. In this release, all individual module files as well as bundled jQuery UI copies produced by the Download Builder have all its code running in strict mode.

Does jQuery include jQuery UI?

What is jQuery UI? jQuery UI is a widget and interaction library built on top of the jQuery JavaScript Library that you can use to build highly interactive web applications.

What is jQuery UI themes?

jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice.


2 Answers

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

like image 122
Paul Sullivan Avatar answered Oct 06 '22 02:10

Paul Sullivan


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

like image 41
gidmanma Avatar answered Oct 06 '22 04:10

gidmanma