Skip to content

Instantly share code, notes, and snippets.

@ZeeDev
Created April 11, 2013 10:14
Show Gist options
  • Save ZeeDev/5362243 to your computer and use it in GitHub Desktop.
Save ZeeDev/5362243 to your computer and use it in GitHub Desktop.
Grid implementation
@include create-grid($columns: 6, $grid-name: layout-3-col);
.layout-container {
@extend %tablet-layout-row;
}
.layout-sidebar {
@extend %tablet-layout-col-2;
}
.layout-content {
@extend %tablet-layout-col-4;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment