JSPM

normalize.less

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

An auto-updating LESS port of normalize.css

Package Exports

  • normalize.less

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

Readme

normalize.less

An auto-updating LESS port of normalize.css

Install

  • npm: npm install --save normalize.less
  • Bower: bower install --save normalize.less

Import in your main .less file

Bower

@import "bower_components/normalize.less/normalize.less";

NPM

@import "node_modules/normalize.less/normalize.less";

No other @import statements should come before Normalize.less.

License

Acknowledgements

Normalize.css is a project by Nicolas Gallagher, co-created with Jonathan Neal.