0.0
No commit activity in last 3 years
No release in over 3 years
Gintonic is a Sass mixins collection, include normalize 2.1 modified, clearfix, font-face helper and CSS3 properties with vendor prefixes Webkit, Firefox > 3.5, Opera and IE > 8.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 4.1.5

Runtime

>= 4.2
>= 2.0
~> 3.4
 Project Readme

Gintonic::Rails

A lightweight sass mixins library to make easy front-end rails developers.

Installation

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";

Usage

Reset:

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";

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request