JSPM

normalize-jss

3.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 441
  • Score
    100M100P100Q85790F
  • License MIT

normalize-jss

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:

  1. jss-vendor-preifxer
  2. jss-camelcase
  3. jss-global

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

License

MIT