JSPM

  • Created
  • Published
  • Downloads 321
  • Score
    100M100P100Q89349F
  • License MIT

CSS library for easier work with flex boxes

Package Exports

  • flex.box

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

Readme

Flexbox + css variables = ❤

Learn flex boxes as is: classes just reflects css-properties!

Super small & easy: only ~3Kb (minified version).

Install

yarn add flex.box

npm install flex.box --save

bower install flex.box --save

Quick cheatsheet

.flex
    [.inline.auto.column.reverse.wrap.center.fullsize.gaps]
    [.justify-(flex-start|center|flex-end|space-around|space-between)] /** justify-content **/
    [.align-(flex-start|center|flex-end|stretch|baseline)] /** align-items **/
    [.content-(flex-start|center|flex-end|space-around|space-between|stretch)] /** align-content **/

.flex > .box
    [.first.last.grow[-fixed].nogrow.noshrink]
    [.self-(flex-start|center|flex-end|stretch|baseline)]  /** align-self **/
    [.center.top.bottom.left.right]  /** margin **/
    
.flex[.grid-(1-12)] /** grid size **/
    > [.col-(1-12)] /** column size */

API docs and live examples

https://ixrock.github.io/flexbox/docs/