Sha256: d39a84c22cf7906a5112f4a3e67ae0df7dd6e68610fa2fe27c87d767d1da81d6

Contents?: true

Size: 1.01 KB

Versions: 5

Compression:

Stored size: 1.01 KB

Contents

# Normalize-Rails

Integrates [normalize.css](http://necolas.github.com/normalize.css/) with the rails asset 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 its 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

5 entries across 5 versions & 1 rubygems

Version Path
normalize-rails-3.0.1 README.md
normalize-rails-3.0 README.md
normalize-rails-2.1.3 README.md
normalize-rails-2.1.1 README.md
normalize-rails-2.0.1 README.md