A pragmatic, responsive, flexible, liquid CSS grid system using Compass, SASS, and Modernizr.
We needed a css grid framework to support our newer mobile-friendly projects. After reviewing a whole bunch of excellent solutions, we ended up creating our own.
The goal of this framework is to allow for flexible CSS grids that:
We realized that we only needed to support flexbox on modern browsers, but also needed a fall back for non-flexbox friendly browsers like IE. We also needed a solution that would display something more reasonable than the bare minimum to browers that don't support media queries.
Some of the decisions we made were: