Helpful Helpers
An opinionated collection of mixins and classes for sass
Not all classes / mixins are written by me. Will give props to whomever if applicable.
Installation
Install with bower.
$ bower install helpful-helpers -S
Install with npm.
$ npm install helpful-helpers -S
Importing
One shot import
@import 'path/to/helpful-helpers/all';
Piecemeal import
@import 'path/to/helpful-helpers/classes';
@import 'path/to/helpful-helpers/mixins';
You can also import on a per class / mixin as well.