UikitRails
A gem to automate using uikit framework with Rails 3.
See (http://www.getuikit.com/index.html) for more info.
Installation
Add this line to your application's Gemfile:
gem 'uikit-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rails_uikit
Usage
-
Add
uikit.min
to your Application.js://= require uikit
-
Add
uikithai
to your Application.css:*= require uikithai
Contributing
- Fork it
- 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 new Pull Request