JSPM

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

Normalize browsers' default style

Package Exports

  • modern-normalize
  • modern-normalize/modern-normalize.css

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 (modern-normalize) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

modern-normalize




Differences from normalize.css

All credit should go to normalize.css. I just removed some cruft and added some improvements.

Build Status

Install

$ npm install modern-normalize

Usage

@import 'node_modules/modern-normalize/modern-normalize.css';

or

<link rel="stylesheet" href="node_modules/modern-normalize/modern-normalize.css">

License

MIT