BonelessFramework / Boneless

A Community Driven Front-end Framework
MIT License
41 stars 3 forks source link

Semantic grid vs Grid Classes #7

Closed benhinchley closed 9 years ago

benhinchley commented 9 years ago

What are peoples opinions on the use of grid classes like skeletons one column, container, row classes compared defining their grid semantically within their css, leaving their html as clean as possible, like profound grid is doing?

WhatsNewSaes commented 9 years ago

I like setting on the html tag rather than in the css. I'd think larger projects could potentially bloat your css when using profound grid's method. I like the direction our grid is going. I'll close this issue for now.