JSPM

normalize-jss

4.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 364
  • Score
    100M100P100Q84653F
  • License MIT

JSS port of normalize.css

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.

Usage

import jss from 'jss'
import normalize from 'normalize-jss'

jss.createStyleSheet(normalize).attach()

You must know

Required jss plugins for correct working:

  1. jss-vendor-preifxer
  2. jss-camel-case
  3. jss-global

Anyway, you can use a preset for a quick setup with default plugins.

Issues

File a bug against cssinjs/jss prefixed with [normalize-jss].

License

MIT