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
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
- normalize.less is licensed under the same license as normalize.css
Acknowledgements
Normalize.css is a project by Nicolas Gallagher, co-created with Jonathan Neal.