Disable Susy grid debug
This commit is contained in:
parent
6c6546c1ea
commit
6a66f431da
2 changed files with 7 additions and 11 deletions
|
@ -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
Loading…
Reference in a new issue