Is there an advantage in grouping css media queries together?
A bit late to the party, but based on the tests below the performance impact seems to be minimal. The test shows the rendering times for an example page with 2000 separate and combined media queries, respectively. http://aaronjensen.github.com/media_query_test/ The main benefit seems to be in file size more than anything else – which, if you’re … Read more