It seems like we have a trend lately with the use (or overuse) of frameworks. Specifically, responsive frameworks like Bootstrap, or grid frameworks/generators. I was just wondering everyone's thoughts on them.
For me, a responsive layout is way too easy to write to bother with them. Most of it can be done using percentages, floats and min/max-width in the initial style declaration. From there, it isn't like media queries are difficult. Also, it all just kinda smells like the same trend we went through a few years ago (960gs, anyone?), and we dumped those because they were unnecessarily bloating code.
For me, a responsive layout is way too easy to write to bother with them. Most of it can be done using percentages, floats and min/max-width in the initial style declaration. From there, it isn't like media queries are difficult. Also, it all just kinda smells like the same trend we went through a few years ago (960gs, anyone?), and we dumped those because they were unnecessarily bloating code.