normalize.json
v3.0.3
Published
Normalize.css as a node packaged module and converted to json for use with JSS
Readme
normalize.json v3
Normalize.css is a customisable CSS file that makes browsers render all elements more consistently and in line with modern standards.
Normalize.json is Normalize.css converted to json for use with JSS.
For details of support, the styles, and how these styles work, please visit the repository for Normalize.css.
Install
npm install --save normalize.jsonUsage
var normalizeStyles = require('normalize.json');Because No other styles should come before Normalize.css., be sure that the your usage within JSS ensures that the styles in Normalize.json are the first added to the page.
