Sha256: 5a19d46925c62ac4a2c1fb3a249597525e28e6c4ba3b2ba9537100ddbe46b817
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 normalize-rails *= require_self *= 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-8.0.1 | README.md |
normalize-rails-4.1.1 | README.md |
normalize-rails-4.0.0 | README.md |
normalize-rails-3.0.3 | README.md |
normalize-rails-3.0.2 | README.md |