Disable Susy grid debug

This commit is contained in:
Michael Rose 2016-03-15 12:38:04 -04:00
parent 6c6546c1ea
commit 6a66f431da
2 changed files with 7 additions and 11 deletions

View file

@ -81,10 +81,6 @@ $x-large : 1440px;
Grid
========================================================================== */
// $width : 100%;
// $def_grid : 12; // define number of columns in the grid (eg. 12, 16...)
// $margin : 0;
$susy: (
columns: 12,
gutters: 1/4,
@ -93,10 +89,10 @@ $susy: (
gutter-position: inside,
container: $large,
global-box-sizing: border-box,
debug: (
image: show,
color: blue,
output: overlay,
toggle: top right,
),
// debug: (
// image: show,
// color: blue,
// output: overlay,
// toggle: top right,
// ),
);

File diff suppressed because one or more lines are too long