0.7.3 • Published 5 years ago

helpful-helpers v0.7.3

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Helpful Helpers

An opinionated collection of mixins and classes for sass

GitHub tag Travis Code Climate

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.