Skip to content

Instantly share code, notes, and snippets.

@peduarte
Last active February 3, 2016 12:35
Show Gist options
  • Save peduarte/7a572aa8fd719bc00058 to your computer and use it in GitHub Desktop.
Save peduarte/7a572aa8fd719bc00058 to your computer and use it in GitHub Desktop.
// Defining grid columns
$g-small: 6 !default;
$g-wide: 12 !default;
// http://susydocs.oddbird.net/en/latest/settings/
$susy: (
columns: $g-small,
gutter-position: inside,
gutters: 0,
global-box-sizing: border-box,
debug: (
image: hide,
color: rgba(blue, 0.10)
),
use-custom: (
box-sizing: false
)
);
$susy-medium: $container-medium $g-wide (0) inside;
$susy-wide: $container-wide $g-wide (0) inside;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment