3.0.3 • Published 8 years ago

normalize.json v3.0.3

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

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.json

Usage

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.