0.1.7 • Published 11 years ago
tree-reset v0.1.7
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 --saveOnce installed, @import into your project in its Generic layer:
@import "bower_components/tree-reset/generic.reset";Install using npm:
$ npm install tree-reset --saveInstall 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.