Part of the Guss collection.
bower install guss-layout --save
@import 'path/to/_row.scss';
@import 'path/to/_columns.scss';
// Uncomment to output utility classes
// @include guss-row-utility;
// @include guss-columns-utility;
Low-level responsive layout patterns using flex-box, that falls back to floats where not supported.
Support can be defined via feature-detected class (e.g. using modernizr) or Sass variable ($browser-supports-flexbox
).