Skip to content

Instantly share code, notes, and snippets.

View pavenuto's full-sized avatar

Paul Venuto pavenuto

View GitHub Profile
@pavenuto
pavenuto / _grid.scss
Created September 6, 2012 03:41 — forked from brentkirby/_grid.scss
Susy debug action
// optional, i like the light black better
$grid-background-column-color:rgba(black, 0.075);
@mixin debug-susy-grid($points){
#grid{ position:absolute; top:0px; right:$grid-padding; left:$grid-padding; bottom:0px; display:none;
@include susy-grid-background; z-index:10000;
@for $i from 1 to length($points){
@include at-breakpoint(nth($points, $i)){
@include susy-grid-background;