Sha256: 5892af2403d7da5c0f1a05c24b7e0d7dc3170ec71f166ed2eb6805e97487eae6
Contents?: true
Size: 290 Bytes
Versions: 11
Compression:
Stored size: 290 Bytes
Contents
@mixin showgrid($image: "grid.png") { background: image-url($image); } @mixin 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 { @include showgrid($grid-image); } }
Version data entries
11 entries across 11 versions & 1 rubygems