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.
Install
npm
npm i flexboxgrid --save
css
Add the flexbox.css
development or flexbox.min.css
production to your html page.
<link rel="stylesheet" href="css/flexbox.min.css" media="screen" />