Skip to content

HeisenBugDev/aviators

Repository files navigation

This is a WORK IN PROGRESS!

Aviators

Aviators logo

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.

Installation

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

Usage

Import aviators in application.scss

@import "aviators";

Contributing

  1. Fork it ( https://github.com/HeisenBugDev/aviators/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request