Aviators is the super awesome UI Toolkit used in HeisenBugDev products.
You may not use Aviators in your app without asking for explicit permission from HeisenBugDev.
Add this line to your application's Gemfile:
gem "aviators", :github => 'HeisenBugDev/aviators', :branch => 'master'
And then execute:
$ bundle
To update, run:
$ bundle update aviators
Import aviators in application.scss
@import "aviators";
- Fork it ( https://github.com/HeisenBugDev/aviators/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request