1.0.2 • Published 9 years ago

aglobof-sass.resets v1.0.2

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

sass.resets Build Status

A glob of Sass resets.

Installation

$ bower install aglobof-sass.resets

Usage

Include a partial or two in your Sass

@import "/bower_components/aglobof-sass.resets/normalize";
@import "/bower_components/aglobof-sass.resets/box";

Or, include all the partials with the glob file —

@import "bower_components/aglobof-sass.resets/glob";

That's it.