Sha256: d8e8f18e8e78aa5f7efc02f4adc3eb597d0cd332c116418e671168645014ef66
Contents?: true
Size: 1.09 KB
Versions: 32
Compression:
Stored size: 1.09 KB
Contents
// ========================================================================== // normalize config (uncomment variables to activate reset sections) // ========================================================================== $normalize-html5: true; $normalize-base: true; // $normalize-links: true; // $normalize-typography: true; // $normalize-lists: true; // $normalize-embedded: true; // $normalize-forms: true; // $normalize-tables: true; // other resets // ========================================================================== // $print-styles: true; // Grid Variables // ============================================================================= $grid-column: 40px; $grid-gutter: 10px; $grid-overlay: false; // generate visual grid overlay $ie-support: 18; // fallback breakpoint $base-font-size: 14px; // ========================================================================== // project specific variables and mixins // ========================================================================== $gray_text: gray !default; $lentil_yellow: yellow !default; $lentil_blue: blue !default;
Version data entries
32 entries across 32 versions & 1 rubygems