Sha256: fe39dcaf218a29eeff0fa0f15129d91d33ce676e74948b10a5ab1f42df336d02

Contents?: true

Size: 1.01 KB

Versions: 1

Compression:

Stored size: 1.01 KB

Contents

# Normalize-Rails

Integrates [normalize.css](http://necolas.github.com/normalize.css/) with the rails assett pipeline.

Normalize.css is a customisable CSS file that makes browsers render all elements more consistently and in line with modern standards. We researched the differences between default browser styles in order to precisely target only the styles that need normalizing.

Normalize.css was written by Nicolas Gallagher and Jonathan Neal. 

# For Rails 3.1+ only

## Installation

Add this line to your application's Gemfile:

    gem 'normalize-rails'

And then execute:

    $ bundle

## Usage


And then in your application.css

    *= require_self
    *= require normalize-rails
    *= require_tree .
    
Add it before require_tree so that you can override any of it's styles.

## Contributing

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
normalize-rails-0.0.1 README.md