Kanso
Kanso - Semantic Flat Buttons integration with Rails and Asset Pipeline.
Installation
Add this line to your application's Gemfile:
gem 'kanso-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install kanso-rails
Then add kanso to your application.css
*= require kanso
or application.css.scss
@import "kanso";
Examples
For usage and examples check Kanso docs.
Credits
Kris Olszewski for an amazing Kanso button 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