4.1.2 • Published 8 years ago

frckl-normalize v4.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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:

@import 'path/to/your/node_modules/normalize.css/normalize';

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:

@import 'path/to/your/node_modules/frckl-normalize/normalize';

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.