The normalize module is an exact clone of normalize.css at version v3.0.3.
normalize.css makes browsers render all elements more consistently and in
line with modern standards
.
You can install normalize module via Bower, npm, Git Submodule, or copy and paste.
$ bower install tree-normalize --saveOnce installed, @import into your project in its Generic layer:
@import "bower_components/tree-normalize/generic.normalize";$ npm install tree-normalize --save$ git submodule add git@github.com:treeframework/generic.normalize.gitOnce installed, @import into your project in its Generic layer:
@import "generic.normalize/generic.normalize";The least recommended option dor installation is to simply download
_generic.normalize.scss into your project and @import it into your project in its
Generic layer.
- Project homepage: necolas.github.io/normalize.css
- GitHub repo: github.com/necolas/normalize.css
- inuitcss Powerful, Sass-based, OOCSS framework designed with scalability and performance in mind.