0.1.0 • Published 9 years ago

inuit-tools-pushpull v0.1.0

Weekly downloads
1
License
Apache 2
Repository
github
Last release
9 years ago

Push/Pull

An inuitcss polyfill for push/pull tooling allows you to generate a suite of utility classes for pushing and pulling pieces of content responsively, e.g.:

@include inuit-push(12);

…will generate a series of classes in the format .push-7/12 to be used for pushing content, and

@include inuit-pull(12);

…will generate a series of classes in the format .pull-7/12 to be used for pulling content.

Install using Bower:

$ bower install --save inuit-tools-pushpull