Skip to content

Instantly share code, notes, and snippets.

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 nex3/3833 to your computer and use it in GitHub Desktop.
Save nex3/3833 to your computer and use it in GitHub Desktop.
= spans(!columns)
@for !column from 1 through !columns by 2 // through = .., 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