Sha256: ea15e3d99cb27d570327dae8bc85b85927efc35ba3a7c7bec92160262f6035ac
Contents?: true
Size: 299 Bytes
Versions: 19
Compression:
Stored size: 299 Bytes
Contents
@mixin showgrid($image: "grid.png") { background: image_url($image); } @mixin blueprint-debug($grid_image: unquote("grid.png")) { // Use this class on any column or container to see the grid. // TODO: prefix this with the project path. .showgrid { @include showgrid($grid_image); } }
Version data entries
19 entries across 19 versions & 2 rubygems