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