Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 704 Bytes

README.markdown

File metadata and controls

21 lines (16 loc) · 704 Bytes

jQuery UI Sass

This project aims to be a near perfect re-implementation of jQuery UI styles in Sass. The styles rely on some Compass framework mixins.

Contents

  • images from jQuery UI base theme.
  • sass Sass source
  • source-css original jQuery UI css

Testing

Compass will compile all stylesheets into the root of the project directory. This allows you to test the outcome with jQuery UI's demos that are distributed with the jQuery UI Development Bundle.

Goals

  1. Make Themeroller unnecessary. done
  2. All widget styles are mixins. partial
  3. Support RTL widgets.