Sha256: 159195d861d5928b2e5ba439a2b4a60ed9e7a2430c02fb68615752977eaa13f3
Contents?: true
Size: 693 Bytes
Versions: 4
Compression:
Stored size: 693 Bytes
Contents
//** SCREEN STYLES **// // Imports -------------------------------------------------------------- @import "defaults"; /* Layout -------------------------------------------------------------- */ @include susy; // change '.container' to match your HTML container element // or @extend it to apply multiple containers on your site. .container { @include container; @include show-grid("grid.png"); } // show-grid loads a 64+16x24 grid image by default // For other grid settings, run `compass grid-img 30+10x20` // Where 30 is the column width, 10 is the gutter width, // and 20 is the (optional) line-height. /* Styles -------------------------------------------------------------- */
Version data entries
4 entries across 4 versions & 1 rubygems