DEPRECATED - do not use this anymore
This repository is deprecated and no longer maintained. If you want to use normalize.css in your project (and use a version of node-sass, which I highly recommend) you can include normalize from the original repository like this:
npm install --save normalize.css
You can then import the file in Sass with:
;
frckl-normalize
A Sass-ready fork of necolas/normalize.css modern alternative to CSS resets
This is just a basic fork of normalize.css. No CSS is changed, I just renamed the file from normalize.css
to _normalize.scss
and removed some unnecessary files.
Installation
npm install --save frckl-normalize
You can then import the file in Sass with:
;
Contributing, Acknowledgements and Copyright
Please go to the official repository for any bug reports or issues, the latest Changelog or Contributing Guidelines. I will merge any updates form normalize.css into this repo on a regular basis. That's the main purpose of this repo.