13 lines
187 B
Sass
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
|