JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 21608
  • Score
    100M100P100Q132631F
  • License Apache-2.0

Grid based off of CSS3 flexbox specification

Package Exports

  • flexboxgrid2

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 (flexboxgrid2) 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. Based on rem.

Values

  • .container padding: .5rem,
  • .container width: $breakpoint - 1rem,
  • .col-* padding: .5rem.

Breakpoints

  • xs: 0−36rem
  • sm: 36−48rem
  • md: 48−62rem
  • lg: 62−75rem
  • xl: 75rem+

Install

yarn

yarn add flexboxgrid2

npm

npm i -S flexboxgrid2

unpkg.com

<link rel="stylesheet" href="//unpkg.com/flexboxgrid2" >

Inspiration