Easy integration of ZURB Ink into the asset pipeline. Intended for use with Rails 3.2+ and Rails 4.0+.
Add this line to your application's Gemfile
:
gem 'zurb-ink-rails', '~> 1.0.5'
And then execute:
$ bundle
Alternatively, install it via command line:
$ gem install zurb-ink-rails
Include in assets
/*
* application.css
*= require zurb-ink
*/
- 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
) - Add tests and make sure they pass
- Create new Pull Request
- Neal Kemp
- Eric Morris for making ZURB Ink
Copyright © 2013 Neal Kemp
Released under the MIT License, which can be found in the repository in LICENSE.txt
.