compass/doc-src/content/examples/blueprint/grid/pull/stylesheet.sass
2010-01-26 22:08:13 -08:00

13 lines
187 B
Sass

!blueprint_grid_columns = 3
@import blueprint/grid.sass
#one
+column(2, true)
+prepend(1)
background-color: #11770E
#two
+column(1)
+pull(3, true)
background-color: #242677