Remove debugging grid from SASS

master
Zequez 2015-07-23 17:08:16 -03:00
parent 67f78298e9
commit c931697193
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ $gutterSize: ($base-line-height) / ($base-line-height*40.7 / 12) // One rhythm,
$susy: (gutters: $gutterSize*1.25)// Gutter size is wrong because it's calculated with percentage//, math: static, column-width: rhythm(1)*3)
.container
+container(12 $base-line-height*40.7 show overlay) // Debug
+container(12 $base-line-height*40.7) // Debug
// +container(12 $base-line-height*40.7)
.content