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
The `nth-child` selector won't work in ie9.js-powered IE8 if the selector is
placed inside a media query:
@media (min-width: 500px) {
.foo:nth-child(2n) {
color: pink;
}
}
How do i make it work? If that's impossible, could you please enable it in a
future release?
Original issue reported on code.google.com by [email protected] on 27 Nov 2012 at 3:56
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 27 Nov 2012 at 3:56The text was updated successfully, but these errors were encountered: