@scalescss/generic-normalize
v6.0.0-1
Published
A collection of HTML element and attribute style-normalizations for Scales CSS
Downloads
347
Readme
normalize.css
The Scales version of Normalize simply changes the file extension to .scss so it can be imported. Please visit the original project for full details on the 5.0.0 release.
Installation
- NPM:
npm install --save @scales/generic-normalize
Usage
No other styles should come before Normalize.css.
It is recommended that you include the _normalize.scss
file as untouched library code.
Acknowledgements
Normalize.css is a project by Nicolas Gallagher, co-created with Jonathan Neal.