ragrid

:octocat: Intrinsic first auto-layout flexbox grid


Keywords
12-column, autolayout, css, flexbox, grid-system, intrinsic, masonry
License
MIT
Install
bower install ragrid

Documentation

demo & docs

Downloading

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

@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:

npm run ragrid # convert the stylus to css
npm run crunch # minify css file

Contributing

PR? =)

Release History

  • 2017-4-23 v1.0.5 Shortened columns syntax
  • 2017-4-15 v1.0.4 Added vertical masonry
  • 2017-4-11 v1.0.3 SCSS support, better docs
  • 2017-4-09 v1.0.0 Make it easy to use

License

Copyright (c) 2017 Adam Argyle. Licensed under the MIT license.