Package Exports
- inuit-tools-pushpull
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (inuit-tools-pushpull) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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