Skip to content

Instantly share code, notes, and snippets.

@chriseppstein
Forked from chewbranca/gist:547092
Created August 24, 2010 06:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chriseppstein/547094 to your computer and use it in GitHub Desktop.
Save chriseppstein/547094 to your computer and use it in GitHub Desktop.
#content
.row
.third
.third
.third.last
.row
.half
.half.last
.row
.fourth
.fourth
.fourth
.fourth.last
$blueprint-grid-columns: 24
@import blueprint
.row
+container
.last
+last
.section
+column-base
&:last-child
@extend .last
.third
@extend .section
+span($blueprint-grid-columns / 3)
.fourth
@extend .section
+span($blueprint-grid-columns / 4)
.half
@extend .section
+span($blueprint-grid-columns / 2)
body.article
#sidebar
@extend .fourth
#content
@extend .half
#right-side-callout
@extend .fourth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment