$blueprint_grid_columns : 3

@import blueprint/grid.scss

#one
  +column(2, true)
  +prepend(1)
  background-color: #11770E
#two
  +column(1)
  +pull(3, true)
  background-color: #242677
