ChristianPeters / crispy-grid

A Compass-based Grid that strives for lean & sane CSS and supports complex layouts
MIT License
10 stars 2 forks source link

Prepend columns #1

Closed maax closed 12 years ago

maax commented 12 years ago

There should be a possibility to prepend columns (as margin-left) in the column-mixin.

You could add padding-left to a container at the moment, but sometimes you want your container to span a full row (e.g. if child elements are supposed to span the full row) or not have a container at all.

ChristianPeters commented 12 years ago

Please check out version 0.1.0 and tell me if the new $left-gutter option works as expected.