Sha256: 5fd600e961637e1f031b61d4056cb101f955bdb68e2fe0d3569d558b093b34cb
Contents?: true
Size: 797 Bytes
Versions: 4
Compression:
Stored size: 797 Bytes
Contents
// SUSY GRID FRAMEWORK //* // Susy: Un-obtrusive grids for designers // By: Eric A. Meyer and OddBird // Site: susy.oddbird.net //* // Grid Variables -------------------------------------------------------------- $total-columns: 12; $column-width: 6em; $gutter-width: 2em; $grid-padding: $gutter-width; // uncomment to output the full container width to the terminal // @debug columns-width() // BUILD THE GRID FOR YOUR SITE // BUILD THE GRID BY CALLING SUSY MIXINS ON DOM ELEMENTS // #container { // @include container; // @if $show-grid == true { // @include susy-grid-background; // } // @elseif $show-baseline == true { // @include baseline-grid-background; // } // } // .main { // @include span-columns(8); // } // .side { // @include span-columns(4 omega); // }
Version data entries
4 entries across 4 versions & 1 rubygems