Package Exports
- inuit-responsive-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-responsive-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-responsive
The inuitcss pushpull-responsive
polyfill module is an extension of the default pushpull
polyfill module.
Install using Bower:
$ bower install --save inuit-pushpull-responsive
pushpull-responsive
loops through the breakpoints defined in
settings.responsive
to generate prefixed breakpoint-based classes. If you are
using inuitcss’ default breakpoints, you will be given classes like
push-1/4-lap-and-up
, or pull-1-of-2-desk
, etc.