Skip to content

aglobof/sass.resets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.