Comment the showgrid mixin.

This commit is contained in:
Chris Eppstein 2011-04-16 00:25:35 -07:00
parent 196abb2a28
commit 09868f4359

View File

@ -1,6 +1,10 @@
@import "compass/layout/grid-background"; @import "compass/layout/grid-background";
@import "blueprint/grid"; @import "blueprint/grid";
// Shows a background that can be used to check grid alignment.
// By default this is a pure css version that only works in browsers
// that support gradients and multiple backgrounds, but you can pass
// an image url if you prefer.
@mixin showgrid($image: false) { @mixin showgrid($image: false) {
@if $image { @if $image {
background: image-url($image); background: image-url($image);