Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

guardian/guss-layout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guss Layout

Part of the Guss collection.

Installation

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;

Features

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).

Demos