frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass in chriseppstein-compass-0.8.12 vs frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass in chriseppstein-compass-0.8.13
- old
+ new
@@ -64,10 +64,14 @@
#{enumerate(".push", 1, !blueprint_grid_columns)}
+push-base
@for !n from 1 through !blueprint_grid_columns
.push-#{!n}
+push-margins(!n)
+ .prepend-top
+ +prepend-top
+ .append-bottom
+ +append-bottom
// Columns
// Note: If you use this mixin without the class and want to support ie6
// you must set text-align left on your container element in an IE stylesheet.
@@ -108,9 +112,15 @@
:padding-right = (!blueprint_grid_outer_width) * !n
// Mixin to a column to prepend n empty cols.
=prepend(!n)
:padding-left = (!blueprint_grid_outer_width) * !n
+
+=append-bottom(!amount = 1.5em)
+ :margin-bottom= !amount
+
+=prepend-top(!amount = 1.5em)
+ :margin-top= !amount
=pull-base
+float-left
:position relative