compass/doc-src/content/examples/blueprint/grid/pull/stylesheet.sass
2010-04-12 02:46:33 -07:00

13 lines
187 B
Sass

$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