sass/susy/_utils.scss in compass-susy-plugin-0.9.beta.0 vs sass/susy/_utils.scss in compass-susy-plugin-0.9.beta.1
- old
+ new
@@ -1,9 +1,8 @@
//** Susy Utilities **//
-// Apply to you container element(s) to show a grid image.
-// - You need to supply the image. Susy can't do everything.
-@mixin show-grid($src) {
+// Apply to your container element(s) to show a grid image.
+@mixin show-grid($src:"grid.png") {
background: {
image: image-url($src);
repeat: repeat;
position: $side-gutter-width 0;
};
\ No newline at end of file