JSPM

css-flexy-grid

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q22096F
  • License ISC

css grid based on flexbox

Package Exports

  • css-flexy-grid

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

Readme

flexy-grid

Flexbox responsive grid

What is flexy?

flexy is a css grid which uses flexbox. It is heavily inspired by skeleton.css responsive .css boilerplate, which I have used in many my projects. Due to arrival of flexbox, grid based on floats, hacks etc. is no longer needed. I've decided to write my own flexbox grid based on experience which I've had with skeleton. I borrowed from skeleton idea of column width based on % and it's behaviour with media queries. It has only one breakpoint for responsive layout (550px).

For more info please visit flexy.studio-adto.pl. Feel free to fork me or comment.