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();
}
bower install --save raulghm-sass-utils
@import 'bower_components/raulghm-sass-utils/dist/index';
.example {
@include clearfix();
}