some extra css classes that we miss in the css frameworks we use
Add this line to your application's Gemfile:
gem 'zorros-css'
And then execute:
$ bundle
Or install it yourself as:
$ gem install zorros-css
for common classes (no matter what framework)
*= require zorros
for blueprint additions
*= require zorros-blueprint
for bootstrap additions
*= require zorros-bootstrap
for buttons1
*= require zorros-buttons1
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request