Skip to content

aglobof/sass.utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sass.utilities Build Status

A glob of sass utility mixins

Installation

bower install aglobof-sass.utilities

Usage

Include all the partials with the glob file —

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

Include list clear mixins where needed.

.list {
  @include list-clear;
}

.list__inline {
  @include list-clear-inline;
}