Skip to content

Instantly share code, notes, and snippets.

@davemo
Created December 29, 2009 17:10
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 davemo/265433 to your computer and use it in GitHub Desktop.
Save davemo/265433 to your computer and use it in GitHub Desktop.
#wrap
+container // using blueprint it gives
#content
+column(16) // 16 grid units wide column
#sidebar
+column(8, true) // 8 units wide, true because it's the last column
// You can write the SASS and the HTML in the same way, using Compass and the Zen-Coding bundle. Prototyping layouts is super quick :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment