Sha256: 1f75e01281f5cd39076ab0225c78d1c92715405332afa49154f04f3280df17d5

Contents?: true

Size: 1.33 KB

Versions: 4

Compression:

Stored size: 1.33 KB

Contents

//**
//  Susy: Fixed-Elastic-Fluid grids without all the math
//  By: Eric A. Meyer and OddBird Collective
//  Site: www.oddbird.net/susy/
//**


// FONT-SIZE
// Override these values as needed (defaults are 12/18)
!base_font_size = 16px
!base_line_height = 24px


// GRID
// Set these values as needed for your grid layout.
//  - defaults are shown.
!total_cols = 12
!col_width = 4em
!gutter_width = 1em
!side_gutter_width = !gutter_width


// 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


// 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.
!base = #194C66
!alt = #CC6633


// FONTS
// Give yourself some font stacks to work with.
=sans-family
  font-family: Helvetica, Arial, sans-serif

=serif-family
  font-family: Baskerville, Palatino, 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

4 entries across 4 versions & 1 rubygems

Version Path
compass-susy-plugin-0.7.0.pre5 templates/project/_base.sass
compass-susy-plugin-0.7.0.pre4 templates/project/_base.sass
compass-susy-plugin-0.7.0.pre3 templates/project/_base.sass
compass-susy-plugin-0.7.0.pre2 templates/project/_base.sass