Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.41 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.41 KB

opinionate.css

An opinionated complement to normalize.css

npm license changelog

DEPRECATED AS OF MAY 2, 2017

Version 7 of normalize reverted the changes made in v6. Use that instead.

NPM

npm install --save opinionate.css

Bower

bower install --save opinionate-css

Why?

Normalize.css is awesome. Unfortunately, as of version 6.0.0, some opinionated rules were removed. This package aims to restore those rules for anyone who wants to keep up with the latest changes but still needs/wants the opinionated rules.

You still need to include normalize.css in your project. This only includes the rules that were removed.

Acknowledgements

The code for opinionated.css was taken directly from normalize.css. All credit goes to Nicolas Gallagher and Jonathan Neal.