The normalize
module is an exact clone of Normalize.css
at version v5.0.0. Normalize.css makes browsers render all elements more
consistently and in line with modern standards. It precisely targets only the
styles that need normalizing
.
You can install normalize
module via Bower, npm, Git Submodule, or copy and paste.
$ bower install tree-normalize --save
Once installed, @import
into your project in its Generic layer:
@import "bower_components/tree-normalize/generic.normalize";
$ npm install tree-normalize --save
$ git submodule add [email protected]:treeframework/generic.normalize.git
Once installed, @import
into your project in its Generic layer:
@import "generic.normalize/generic.normalize";
The least recommended option for installation is to simply download
_generic.normalize.scss
into your project and @import
it into your project in its
Generic layer.
Normalize.css is a project by Nicolas Gallagher, co-created with Jonathan Neal.
inuitcss** Powerful, Sass-based, OOCSS framework designed with scalability and performance in mind.