Skip to content

Instantly share code, notes, and snippets.

@gogojimmy
Created July 27, 2013 13:46
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 gogojimmy/6094925 to your computer and use it in GitHub Desktop.
Save gogojimmy/6094925 to your computer and use it in GitHub Desktop.
.page
header.header
.logo
img src="/logo.jpg"
nav
ul.links
li= link_to '#'
article#content
#main
section
h1.title
#sidebar
scss:
$total-columns : 12;
.page { include @container; }
.logo { include @span-columns(6) }
nav { include @span-columns(2 omega); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment