Skip to content

Instantly share code, notes, and snippets.

View mccannmanchester's full-sized avatar

McCann Manchester mccannmanchester

  • McCann Manchester
  • Prestbury, UK
View GitHub Profile
@mccannmanchester
mccannmanchester / grid-demo.scss
Created June 26, 2014 12:42
While working on our style guide, we wrote a quick mixin to spit out the classes we'd use to demonstrate the use of the grid to designers. These classes wouldn't be used in production code but quickly give us a grey-box version of what the grid system would produce as a handy reference for designers and front-enders. We use Singularity for the g…
/*------------------------------------*\
$GRID
\*------------------------------------*/
@import 'singularitygs';
$grid: 12;
$gutters: 1/5;
$grid-demos: 12 6 4 3 2 1; /* based on a 12-col symmetrical grid, what rows to show as examples */