Replies: 0
Is there a way for W3TC to consider CSS media queries such as in the following:
<link rel=’stylesheet’href=’http://…’ type=’text/css’ media='(max-width: 1150px)’ />
Now, when activating CSS minification, all css gets bundled together irrespective of the media query. Of course this causes issues with responsiveness of the site.
I know I could of course exclude them from minification but that would cause me to loose some of the W3TC functionality.