Skip to content

Wasilich/generic.normalize

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Normalize

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.

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 dor installation is to simply download _generic.normalize.scss into your project and @import it into your project in its Generic layer.

Credits

  • inuitcss Powerful, Sass-based, OOCSS framework designed with scalability and performance in mind.

About

Nicolas Gallagher - normalize.css

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 100.0%