Created
December 25, 2014 00:20
-
-
Save fafaradesigns/4a3a25edf1bc970ee7bd to your computer and use it in GitHub Desktop.
Susy:All-Options
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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