Styleguide gem for Belly
Add to your Gemfile
:
gem 'rolodex', :git => 'https://github.com/bellycard/rolodex.git'
Import modules to your Sass files:
@import 'rolodex'
Import modules with this path in your Sass files:
@import 'bower_components/rolodex/vendor/assets/stylesheets/rolodex';
- 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
- Bump the version number
rolodex/lib/rolodex/version.rb
- Build the new gemspec
$ gem build rolodex.gemspec
- Push to rubygems.org
$ gem push rolodex-[new-version-number].gem