5.0.0 • Published 7 years ago

tree-normalize v5.0.0

Weekly downloads
9
License
MIT
Repository
github
Last release
7 years ago

Normalize

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.

Installation

You can install normalize module via Bower, npm, Git Submodule, or copy and paste.

Install using Bower:

$ bower install tree-normalize --save

Once installed, @import into your project in its Generic layer:

@import "bower_components/tree-normalize/generic.normalize";

Install using npm:

$ npm install tree-normalize --save

Install as a Git Submodule:

$ git submodule add git@github.com:treeframework/generic.normalize.git

Once installed, @import into your project in its Generic layer:

@import "generic.normalize/generic.normalize";

Install via file download

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.

Credits

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.