Skip to content

Instantly share code, notes, and snippets.

@rosswintle
Created December 31, 2015 23:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rosswintle/c27125753654bbee4e69 to your computer and use it in GitHub Desktop.
Save rosswintle/c27125753654bbee4e69 to your computer and use it in GitHub Desktop.
Sage _grid.scss for use when using optional full-width templates.
// Grid system - do not apply to full-width-wrapped pages
.wrap.container .main {
@include make-sm-column($main-sm-columns);
.sidebar-primary & {
@include make-sm-column($main-sm-columns - $sidebar-sm-columns);
}
}
.sidebar {
@include make-sm-column($sidebar-sm-columns);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment