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

Allow Configuration of preferred clearfix method #12

Open lucasdinonolte opened 10 years ago

lucasdinonolte commented 10 years ago

Currently clearfix defaults to overflow. So when you're using pie for almost all grid-containers in the project you'll have to specify it every time.

Maybe a config variable like $grid-clearfix would be handy setting a default clearfix method for the entire project. Specifying a clearfix with a grid-container would then override the default clearfix.

ChristianPeters commented 10 years ago

Okay, we can do that. Can you go ahead and make a PR for that?