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.
You can install the reset
module via Bower, npm, or copy and paste.
$ bower install tree-reset --save
Once installed, @import
into your project in its Generic layer:
@import "bower_components/tree-reset/generic.reset";
$ npm install tree-reset --save
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.
- inuitcss Powerful, Sass-based, OOCSS framework designed with scalability and performance in mind.