README
Stylus version of Normalize.css
Get started
- Clone the repo
git clone https://github.com/seleckis/normalize.styl.lite
- or install with npm
npm install --save normalize-styl-lite
- or download the latest version
How to use it
Copy normalize.styl to your "dist" folder, and add following line in your stylus-file.
@import 'normalize'
Learn more about Normalize.css
Acknowledgements
Normalize.css is a project by Nicolas Gallagher, co-created with Jonathan Neal.
Stylus port by Mathias Brouilly and derivated by Nikita Seleckis.