Home

Awesome

@raulghm sass utils and helpers

Bower support

bower install --save raulghm-sass-utils

How use

@import 'bower_components/raulghm-sass-utils/dist/index';

.example {
  @include clearfix();
}