Skip to content

Instantly share code, notes, and snippets.

@starryeyez024
Last active December 21, 2015 03:58
Show Gist options
  • Save starryeyez024/6245996 to your computer and use it in GitHub Desktop.
Save starryeyez024/6245996 to your computer and use it in GitHub Desktop.
@import "singularitygs"
$desktop: 980px
$grids: 2
$grids: add-grid(6 at 980px)
$gutters: 10px
$gutter-styles: 'fixed'
$output: 'isolation'
.l-page
//max-width: 990px
margin: 0 auto
+background-grid
.l-header,
.l-main,
.l-footer
margin: 0 auto
min-height: 100px
clear: both
margin-bottom: 10px
.l-content
min-height: 200px
+grid-span(1, 1)
+breakpoint($desktop)
+grid-span(4, 1)
.l-region--sidebar-first
+grid-span(1, 1)
+breakpoint($desktop)
+grid-span(2, 4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment