Skip to content

Instantly share code, notes, and snippets.

@fafaradesigns
Created December 25, 2014 00:20
Show Gist options
  • Save fafaradesigns/4a3a25edf1bc970ee7bd to your computer and use it in GitHub Desktop.
Save fafaradesigns/4a3a25edf1bc970ee7bd to your computer and use it in GitHub Desktop.
Susy:All-Options
//Susy Globaol Defaults ------------------------------------
$susy: (
flow: ltr, // ltr | rtl
output: float, // float | isolate
math: fluid, // |fluid | static (static requires colulm width set)
column-width: false, // false | value
container: auto, // length | % | auto
container-position: center, // | left | right | <length> [*2] {grid-padding)}
last-flow: to, // |
columns: 12, // | <number> | <list>
gutters: 1/4,
gutter-position: inside, // before | after | split | inside | inside-static |
global-box-sizing: border-box, // | content-box | border-box - effects inside/inside static (requires colulm width set)
debug: (
image: hide, // show |
color: rgba(#66f, .15), // .25
output: background, // | background | overlay
toggle: top right, // | top left
),
use-custom: (
background-image: true, // |
background-options: false, // |
box-sizing: true, // |
clearfix: false, // |
rem: false, // |
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment