trevanhetzel / barekit

A bare minimum responsive framework
http://trevanhetzel.github.io/barekit
MIT License
203 stars 16 forks source link

Padding on columns #29

Closed trevanhetzel closed 10 years ago

trevanhetzel commented 10 years ago

I'm getting tired of having to overwrite the padding on columns in places that I don't care about the box model, but only care about the width. Maybe a .grid or extra .col class is needed after all for times when you DO want the grid margins...

tbwiii commented 10 years ago

I think you should add a class like .gutters that adds the padding if you want it

trevanhetzel commented 10 years ago

Fixed with 6b3b0dbafdeea83c5a6707d068273b5a6a799184

See https://github.com/a2labs/barekit/blob/master/CHANGELOG.md for more info.