Skip to content

A conversion of jQuery UI and ThemeRoller to LESS CSS, for those who want to use LESS/Bootstrap with jQuery UI components

Notifications You must be signed in to change notification settings

mpecan/jquery-ui-less

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JQuery-UI LESS

A simple conversion of the JQuery-UI CSS components into .less files.

The ThemeRoller variables are converted into less @variables with the ui prefix.

To use:

npm install           # Obtain dependencies for the script
bower install         # Obtain the jquery-ui code
node src/builder.js   # Regenerate the content of the less/ directory

Generated files:

  • less/jquery.ui.less, which includes the variables and the jquery-ui-all file. This is the file to compile back to CSS.
  • less/jquery.ui.variables.less, containing all extracted variables at their default values.

Note that this is an early stage project. Feel free to submit pull requests, or report issues.

About

A conversion of jQuery UI and ThemeRoller to LESS CSS, for those who want to use LESS/Bootstrap with jQuery UI components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 95.3%
  • JavaScript 4.7%