Package Exports
- normalize-jss
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (normalize-jss) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
normalize-jss
JSS port of normalize.css. Inspired by: https://github.com/necolas/normalize.css
Usage
import jss from 'jss'
import normalize from 'jss-normalize'
jss.createStyleSheet(normalize).attach()You must know
Required jss plugins for correct working:
- jss-vendor-preifxer
- jss-camelcase
- jss-global
Anyway, you can use a preset for a quick setup with default plugins.
License
MIT