JSPM

inuit-tools-pushpull

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q10787F
  • License Apache 2

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.:

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