A comprehensive HTML5 front-end authoring framework built on jQuery and Sass. Giving the Cloud some UI.
Sass 3.1+ (https://github.com/nex3/sass) Bourbon (https://github.com/thoughtbot/bourbon)
Add this line to your application's Gemfile:
gem "cloud-ui"
And then run:
$ bundle install
Install the gem:
$ gem install cloud-ui
- Add
@import "cloud-ui";
to the top of your application.scss file. - Add
@import "cloud-bookend";
to the bottom of your application.scss file.
Run bundle exec rake test
to run the tests and build the asset files.
- 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
) - Write and run tests (
rake test
) - Create new Pull Request
This library has borrowed liberally from Twitter Bootstrap, Bourbon and Jeet.
Contributors include:
- Brant Watrous