You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey all,
I just wanted to give you a heads up for another issue that you may run across in trying to get Respond.js working in IE8. This is probably a "will not fix" issue -- but I thought I would at least document it.
The standards state that you should be able to nest media queries, however, it seems that there isn't much browser support for this yet. So if you are nesting media queries and then expect Respond.js to render the appropriate styles in IE 8 or below, beware that it will not function :)
The text was updated successfully, but these errors were encountered:
Support nested queries would, during development, essentially fix #148 too. The debug info would be dumped into style tags but the page would still display correctly as far as I can tell and they'd be turned off in production.
Hey all,
I just wanted to give you a heads up for another issue that you may run across in trying to get Respond.js working in IE8. This is probably a "will not fix" issue -- but I thought I would at least document it.
The standards state that you should be able to nest media queries, however, it seems that there isn't much browser support for this yet. So if you are nesting media queries and then expect Respond.js to render the appropriate styles in IE 8 or below, beware that it will not function :)
The text was updated successfully, but these errors were encountered: