We use Redmond everytime and I need a gem to develop. I copied almost everything from rails-asset-jqueryui but I'm thinking about improve it ussing sass and compass.
Add this line to your application's Gemfile assets group:
gem 'jquery-ui-redmond'
Once added you can use the redmond theme importing the css. (in application.css)
@import redmond
- Add tests.
- Add support for customization with sass variables.
- Add support for handle images with compass.
- Add a rake task to update.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request