From 96868522444bec0d734acbe8884ff29c74fc0bed Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Mon, 6 Apr 2009 00:36:33 -0700 Subject: [PATCH] Convert the debug module to use the new image_url sass function. --- .../blueprint/stylesheets/blueprint/modules/_debug.sass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frameworks/blueprint/stylesheets/blueprint/modules/_debug.sass b/frameworks/blueprint/stylesheets/blueprint/modules/_debug.sass index 1bbeebf8..8a4b5bc8 100644 --- a/frameworks/blueprint/stylesheets/blueprint/modules/_debug.sass +++ b/frameworks/blueprint/stylesheets/blueprint/modules/_debug.sass @@ -1,7 +1,7 @@ -=showgrid(!image = "images/grid.png") - :background= url(!image) +=showgrid(!image = "grid.png") + :background= image_url(!image) -=blueprint-debug(!grid_image = "images/grid.png") +=blueprint-debug(!grid_image = "grid.png") // Use this class on any column or container to see the grid. // TODO: prefix this with the project path. .showgrid