We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
matches-media
Currently AGTree throws an error for :not(:matches-media(...)): uBO modifier ':matches-media(...)' cannot be nested
:not(:matches-media(...))
uBO modifier ':matches-media(...)' cannot be nested
e.g. https://github.com/finnish-easylist-addition/finnish-easylist-addition/blob/d88bd01f1cc9191fb00b8b3fbeb01b11049b57c8/Finland_adb_uBO_extras.txt#L8
Regarding to conversion, we should convert such rules as
#$#@media not (<media-query-from-ubo>) { <selector-list> { <declaration-list> } }
See https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_media_queries/Using_media_queries#inverting_a_querys_meaning
The text was updated successfully, but these errors were encountered:
maximtop
No branches or pull requests
Currently AGTree throws an error for
:not(:matches-media(...))
:uBO modifier ':matches-media(...)' cannot be nested
e.g. https://github.com/finnish-easylist-addition/finnish-easylist-addition/blob/d88bd01f1cc9191fb00b8b3fbeb01b11049b57c8/Finland_adb_uBO_extras.txt#L8
Regarding to conversion, we should convert such rules as
See https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_media_queries/Using_media_queries#inverting_a_querys_meaning
The text was updated successfully, but these errors were encountered: