Intrinsic first flexbox grid
npm install ragridshell
npm i ragrid
bower i ragrid
`
or cheat and let github host it by pointing to https://rawgit.com/argyleink/ragrid/master/ragrid.min.css
Using
`javascript
@import 'ragrid' // postCSS
@import url('path_to/ragrid.min.css') // css
@require 'path_to/ragrid' // stylus
let ragrid = require('path_to/ragrid.styl') // ES6
`
Building
Feel free to clone and build this project yourself:
`shell
npm run ragrid # convert the stylus to css
npm run crunch # minify css file
``