Sha256: 9650397ce668ab873b7b4251a029dda42b9674ce84b8b953f33c4ae803461a88
Contents?: true
Size: 1.64 KB
Versions: 17
Compression:
Stored size: 1.64 KB
Contents
//** // Susy: Fixed-Elastic-Fluid grids without all the math // By: Eric A. Meyer and OddBird Collective // Site: www.oddbird.net/susy/ //** // GRID // Set these values as needed for your grid layout. // - defaults are shown. !grid_unit = "em" !total_cols = 10 !col_width = 5 !gutter_width = 2 !side_gutter_width = 1 // OMEGA_FLOAT // By default, +omega elements are floated right. // You can override that globally here: // !omega_float = "right" // HACKS // Are you using hacks or conditional comments? Susy makes both possible. // Leave this as 'true' to use hacks, set it as false for conditional comments. // Conditional comments will require overrides for +omega, +inline-block and // several other mixins. // !hacks = true // FONT-SIZE // Override these values as needed (defaults are shown) // - You set the font and line heights in pixels. // - Susy will do the math and give you !base_font_size and !base_line_height // variables, set flexibly against the common browser default of 16px !base_font_size_px = 14 !base_line_height_px = 21 // SUSY // Don't move this @import above the GRID and FONT-SIZE overrides. @import susy/susy.sass // COLORS // Set any colors you will need later. !text = #332016 !light = #CC8866 !links = #4CAAC0 // FONTS // Give yourself some font stacks to work with. =sans-family font-family: 'Futura Medium', 'Century Gothic', AppleGothic, sans-serif =serif-family font-family: 'Adobe Caslon Pro', 'Big Caslon', Garamond, 'Hoefler Text', 'Times New Roman', Times, serif // OTHER MIXINS // Mixins set here will be available in defaults, screen, print and IE // Or anywhere you import either base.sass or defaults.sass
Version data entries
17 entries across 16 versions & 3 rubygems