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
Right now, we don't actually support element queries on the html element because it has not parentNode that we can measure. If we encounter an html:media() query, we should synthesize an appropriate @media rule for it and be done with it.
The text was updated successfully, but these errors were encountered:
Right now, we don't actually support element queries on the
html
element because it has not parentNode that we can measure. If we encounter anhtml:media()
query, we should synthesize an appropriate@media
rule for it and be done with it.The text was updated successfully, but these errors were encountered: