normalize.less

An auto-updating LESS port of normalize.css


Keywords
normalize-css, normalize-less, normalize.css, normalize.less
License
MIT
Install
npm install normalize.less@1.0.0

Documentation

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.

Note about repo

Because the subdirectories of dependencies are different for npm and bower, this package has slightly different versions for each package manager.

You can explore these differences by selecting the branch of the package manager that you want.

License

Acknowledgements

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