Sha256: de1cda20498be8f7e92beb4b271540fd50bd9a1b8744bd9e4518ebabcb4a9719

Contents?: true

Size: 1.67 KB

Versions: 4

Compression:

Stored size: 1.67 KB

Contents

//**
//  Susy: Elastic-Fluid grids without all the math
//  by Eric Meyer and OddBird Collective
//  oddbird. 
//**

//** 
  GRID
  un-comment and override these values as needed for your grid layout 
  (defaults are shown)
// !grid_unit = "em"
// !total_cols = 16
// !col_width = 4
// !gutter_width = 1
// !side_gutter_width = !gutter_width

//** 
  FONT-SIZE
  un-comment and 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 = 12
// !base_line_height_px = 18

// 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
!dark = #000
!light = #fff

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


// Remember to add default styles to everything!
/* DEFAULTS
\:focus

/* links
a

/* headers
h1, h2, h3, h4, h5, h6

/* forms
form

fieldset

label

textarea

input

input[type=submit]

/* block tags
p

=list-default(!ol = false)
  @if !ol
    :list-style decimal
    :margin 0 1.5em 1.5em 1.5em
  @else
    :list-style disc
    :margin 0 1.5em 1.5em 1.5em

ol
  +list-default("ol")

ul
  +list-default

blockquote

/* inline tags
cite

em
  +inline-italic

strong
  :font-weight bold

ins
  :text-decoration underline

del
  :text-decoration line-through

/* replaced tags
img

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
carljm-compass-susy-plugin-0.4.0 templates/project/_base.sass
carljm-compass-susy-plugin-0.4.1 templates/project/_base.sass
ericam-compass-susy-plugin-0.4.0 templates/project/_base.sass
ericam-compass-susy-plugin-0.4.1 templates/project/_base.sass