1.1.0 • Published 9 years ago

aglobof-sass.utilities v1.1.0

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

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;
}