//** 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) { background: { image: image-url($src); repeat: repeat; position: $side-gutter-width 0; }; }