colourgarden / avalanche

Superclean, powerful, responsive, Sass-based, BEM-syntax CSS grid system
http://colourgarden.github.io/avalanche/
MIT License
626 stars 40 forks source link

Grid --flush modifier #29

Closed alesmenzel closed 8 years ago

alesmenzel commented 8 years ago

Question: Is there an option to make the grid cells flush with the grid wrapper but to keep inside gutter?

As on this picture: http://prntscr.com/d6dxwp

colourgarden commented 8 years ago

Hi @AlesMenzel. This is the default behaviour of Avalanche. The grid wrapper had a negative left margin and then each cell has left padding so all grid cells are flush to the wrapper edges. Could you send a code sample?

Thanks for your interest in the project.

alesmenzel commented 8 years ago

Thanks! I just noticed I was overriding the margin property with other class... BTW the project seems very promising 👍 .