Skip to content

Instantly share code, notes, and snippets.

@Wolfr
Created June 15, 2013 13:24
Show Gist options
  • Select an option

  • Save Wolfr/5788115 to your computer and use it in GitHub Desktop.

Select an option

Save Wolfr/5788115 to your computer and use it in GitHub Desktop.
/*
Grid using Susy
*/
// Susy default grid values
$total-columns : 6;
$column-width : 140px;
$gutter-width : 20px;
$grid-padding : 20px;
$container-style: magic;
// Container
#header > .inner-content,
#content > .inner-content,
#footer > .inner-content {
// page acts as a container for our grid.
@include container;
}
// Only in this context I want to go liquid
#layout-demo #header > .inner-content {
// How ??
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment