Convert the debug module to use the new image_url sass function.
This commit is contained in:
parent
a56fe74dbb
commit
9686852244
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user