Production Environment's Normalize.css.
npm install normalizifyProduction Environment's Normalize.css(v3.03).
- Original Normalize.css is an source file without minify. it's not friendly to using in Production Environment.
- there has not an regular normalize for less.
Bower
bower install normalizify
NPM
npm install normalizify --save
// html
// or using less
@import "/path/src/normalizify.less";