Convert the debug module to use the new image_url sass function.

This commit is contained in:
Chris Eppstein 2009-04-06 00:36:33 -07:00
parent a56fe74dbb
commit 9686852244

View File

@ -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