9 lines
264 B
Sass
9 lines
264 B
Sass
|
=showgrid(!image = images/grid.png)
|
||
|
:background= url(!image)
|
||
|
|
||
|
=blueprint-debug(!grid_image = images/grid.png)
|
||
|
// Use this class on any div.span / container to see the grid.
|
||
|
// TODO: prefix this with the project path.
|
||
|
.showgrid
|
||
|
+showgrid(!grid_image)
|
||
|
|