Skip to content

Instantly share code, notes, and snippets.

@chriseppstein
Created July 27, 2008 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save chriseppstein/2798 to your computer and use it in GitHub Desktop.
Save chriseppstein/2798 to your computer and use it in GitHub Desktop.
= spans(!columns)
- for !column from 1 through !columns by 2 // though = .., to = ..., by = incrementor
+span(!column,!columns)
= span(!column, !columns)
.span-#{!column}
:width= 45px * !column + 15px
- if !column != !columns
:margin-right 15px
= blueprint-grid(!columns)
+spans(!columns)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment