JSPM

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

Grid based off of CSS3 flexbox specification

Package Exports

  • flexboxgrid/css/flexboxgrid.min.css

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 (flexboxgrid) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Flexbox Grid

flexboxgrid.com

Grid based on the flex display property.

Installation

npm i flexboxgrid --save

Bower

npm r bower -g && npm i flexboxgrid --save

Raw dog CSS like a boss

Download Development

Production

Add the flexbox.css development or flexbox.min.css production to your html page.

<link rel="stylesheet" href="css/flexbox.min.css" media="screen" />

Or better yet cat ./css/**/*.css > bundle.css and slap that whole mess in a style tag in your head. Check flexboxgrid.com Gruntfile.js to see how I did it.

View the documentation at flexboxgrid.com

Inspiration