JSPM

inuit-pushpull

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

The inuitcss `pushpull` polyfill module is a simple file of helper classes to push or pull elements in grid systems.

Package Exports

  • inuit-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-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

The inuitcss pushpull polyfill module is a simple file of helper classes to push or pull elements in grid systems.

Install using Bower:

$ bower install --save inuit-pushpull

Install using npm:

$ npm install --save inuit-pull

The classes are available in one of two formats. The default format is fraction-like, e.g.: <div class="push-1/2">.

The other available format is spoken-word, e.g. <div class="push-1-of-2">. Enable this by predefining the $inuit-use-fractions feature switch, e.g.:

$inuit-use-fractions:    false;
@import "path/to/trumps.pushpull";