Sha256: ca93d8dc7c046d5d5a58f76fd42da544fc7a19b7198fd73a566a1d48325b6755

Contents?: true

Size: 1.33 KB

Versions: 1

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 = black
!alt = #005498


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

1 entries across 1 versions & 1 rubygems

Version Path
compass-susy-plugin-0.7.0.pre6 templates/project/_base.sass