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
|
Grid
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
||||||
// $width : 100%;
|
|
||||||
// $def_grid : 12; // define number of columns in the grid (eg. 12, 16...)
|
|
||||||
// $margin : 0;
|
|
||||||
|
|
||||||
$susy: (
|
$susy: (
|
||||||
columns: 12,
|
columns: 12,
|
||||||
gutters: 1/4,
|
gutters: 1/4,
|
||||||
|
@ -93,10 +89,10 @@ $susy: (
|
||||||
gutter-position: inside,
|
gutter-position: inside,
|
||||||
container: $large,
|
container: $large,
|
||||||
global-box-sizing: border-box,
|
global-box-sizing: border-box,
|
||||||
debug: (
|
// debug: (
|
||||||
image: show,
|
// image: show,
|
||||||
color: blue,
|
// color: blue,
|
||||||
output: overlay,
|
// output: overlay,
|
||||||
toggle: top right,
|
// toggle: top right,
|
||||||
),
|
// ),
|
||||||
);
|
);
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue