Skip to content

Instantly share code, notes, and snippets.

@jameslutley
Forked from andresgutgon/_base.sass
Created December 9, 2012 23:29
Show Gist options
  • Select an option

  • Save jameslutley/4247494 to your computer and use it in GitHub Desktop.

Select an option

Save jameslutley/4247494 to your computer and use it in GitHub Desktop.
Susy set up
// Imports -------------------------------------------------------------------
@import "compass/reset"
@import "compass/typography"
@import "compass/css3"
@import "compass/layout"
@import "compass/utilities"
@import "compass/typography/vertical_rhythm"
//Grid ------------------------------------------------------------------
//Sorry susy has to be imported
@import "susy"
$total-cols : 12
$col-width : 64px
$gutter-width : 10px
$side-gutter-width : 5px
/* Root --------------------------------------------------------------------*/
// Settings ------------------------------------------------------------------
$legacy-support-for-ie6 : false
$legacy-support-for-ie7 : false !default
$legacy-support-for-ie8 : false !default
$ie : false !default
$show-column-grid-backgrounds : true
$show-baseline-grid-backgrounds : false
$show-grid-backgrounds : true
// Font Sizes ----------------------------------------------------------------
$base-font-size : 16px
$base-line-height : $base-font-size*1.5
// Tipography with vertical Rythmin
// Now this is from compass
+establish-baseline
# Require any additional compass plugins here.
require "susy"
# Set this to the root of your project when deployed:
http_path = "/"
css_dir = "css"
sass_dir = "sass"
images_dir = "img"
javascripts_dir = "js"
# You can select your preferred output style here (can be overridden via the command line):
# output_style = :expanded or :nested or :compact or :compressed
# To enable relative paths to assets via compass helper functions. Uncomment:
relative_assets = true
# To disable debugging comments that display the original location of your selectors. Uncomment:
# line_comments = false
preferred_syntax = :sass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment