Gaber
-
How many media queries is too many?
@djdaniel150 I'm not trying to start a fight, just making a point that you should have really good reasons to ever use blocks on pages, and that performance over linked stylesheets isn't a valid reason at all.
-
How many media queries is too many?
Yeah, @djdaniel150 no offense but using blocks on every page instead of one or even several external stylesheets is wack on so many different levels.
-
How many media queries is too many?
Wait, you guys are talking about putting CSS < style > blocks in the head of every page? No way, man. That's a maintainability nightmare. Any loading benefits you might possibly get over a linked stylesheet would be so small as to be negl…