The Batch icon set for the asset-pipeline
Installation
Add this line to your application's Gemfile:
gem 'batch-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install batch-rails
Now require it in your application.css
*= require 'batch'
Usage
This essentially just puts the Batch icon set on the asset pipeline.
The versioning follows the icon sets official versioning which is currently at 1.3.
A guide on how to use batch can be found here
Thanks
There are a few people you need to thank for this.
Adam Whitcroft for creating the icon set
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