TODO: Write a gem description - This will happen, I promise!
Add this line to your RAILS application's Gemfile:
gem 'flexbox-sass'
And then execute:
$ bundle
Or install it yourself as:
$ gem install flexbox-sass
Add @import 'flexbox
to any file that requires the mixin. Take a look at the original flexbox mixin for instructions - https://github.com/mastastealth/sass-flex-mixin.
- 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