Better Structure for Sass#5
Conversation
8b8159f to
aa75765
Compare
|
Fixed the spacing issues for the lovely @shadowhand. 🎉 |
There was a problem hiding this comment.
When we start working on the actual UI, let's try not to nest further than three levels. Makes it harder to keep track of what's going on and styles become too specific. Also, it slows down rendering times having to parse through all of the selectors.
Using BEM should help alleviate this.
aa75765 to
18cc177
Compare
There was a problem hiding this comment.
Please no more tables!!!
I like the idea of using Bootstrap's grid, heavily tested and quite versatile.
There was a problem hiding this comment.
To be fair though, a grid view of data is the perfect reason to use tables.
There was a problem hiding this comment.
While I agree with that, it's very hard to make it look decent on mobile. Bootstrap has support for responsive tables, which would be handy.
Broke out the CSS files based on the 7-1 structure found here: http://sass-guidelin.es/#the-7-1-pattern
Still might need some tweaks, but a good start.
Fixes #4
@curtis1000 @shadowhand @ameech