Sha256: acde9f982f69d76f141e16c45322e28c5466b444ce197494c7db7de35f771fe4

Contents?: true

Size: 1.35 KB

Versions: 1

Compression:

Stored size: 1.35 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";

// COLORS
// Set any colors you will need later.

$base: black;
$alt: #005498;

// FONTS
// Give yourself some font stacks to work with.

@mixin sans-family {
  font-family: Helvetica, Arial, sans-serif; 
}

@mixin 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.pre8 templates/project/_base.scss