0.1.7 • Published 9 years ago

tree-reset v0.1.7

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

reset

The reset module is considered approach to resetting elements. It selectively removes margins and paddings from certain elements, and provides some sensible defaults for some others.

Installation

You can install the reset module via Bower, npm, or copy and paste.

Install using Bower:

$ bower install tree-reset --save

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

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

Install using npm:

$ npm install tree-reset --save

Install via file download

The least recommended option for installation is to simply download _generic.reset.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.