A lightweight sass mixins library to make easy front-end rails developers.
Just add this line to the assets group in your application's Gemfile:
gem 'gintonic-rails'
And then execute:
$ bundle install
You are ready to import gintonic at the beginnign of application.css.scss (all is written with scss syntax):
@import "gintonic";
The importation includes by default a modern reset (Dom Limpio)[https://github.com/carloscabo/dom-limpio/].
@import "dom-limpio/variables";
@import "dom-limpio/layout";
@import "dom-limpio/type";
@import "dom-limpio/forms";
- 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