Sha256: fcc04a56c530b1e85be44b83bc31526885ec43678bc809c8f692c304aae43d37
Contents?: true
Size: 1.36 KB
Versions: 6
Compression:
Stored size: 1.36 KB
Contents
// --------------------------------------------------------------------------- // Susy Settings // The total number of columns in the grid $total-columns : 12 !default; // The width of columns and gutters. // These must all be set with the comparable units. $column-width : 4em !default; $gutter-width : 1em !default; // Add padding to your grid. $grid-padding : $gutter-width !default; // --------------------------------------------------------------------------- // Advanced Settings // From Direction: // Controls for right-to-left or bi-directional sites. $from-direction : left !default; // Omega Float Direction: // The direction that +omega elements are floated by deafult. $omega-float : opposite-position($from-direction) !default; // Container Width: // Override the total width of your grid, using any length (50em, 75%, etc.) $container-width : false !default; // Container Style: // 'magic' - Static (fixed or elastic) when there's enough space, // fluid when there isn't. This is the SUSY MAGIC SAUCE(TM). // 'static' - Forces the grid container to remain static at all times. // 'fluid' - Forces the grid to remain fluid at all times. // (this will overrule any static $container-width settings) $container-style : mixed !default;
Version data entries
6 entries across 6 versions & 1 rubygems