Using SASS and Respond-To (Breakpoint) creates a .css file with multiple media queries rather than merging.
It doesn't matter, but in IE8, using css3-mediaqueries.js cause IE8 to crash. css3-mediaqueries.js add a style tag for each media request, and IE8 cannot get up to 32 ...
How can I combine all media queries automatically?
thanks
sayam source share