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
@layer
Have you considered replacing the wrapping of selectors in :where() with wrapping the entire library in the @layer normalize?
:where()
@layer normalize
This would also avoid the specificity affect, but with the same simple selectors.
The text was updated successfully, but these errors were encountered:
This also has the benefit of having low priority pseudo element selectors. Those aren't valid in :where.
:where
https://github.com/csstools/normalize.css/blob/main/normalize.css#L204-L215
Sorry, something went wrong.
No branches or pull requests
Have you considered replacing the wrapping of selectors in
:where()
with wrapping the entire library in the@layer normalize
?This would also avoid the specificity affect, but with the same simple selectors.
The text was updated successfully, but these errors were encountered: