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
Given:
label:has(input, select) {}
goober turns that into:
.go3847911401 label:has(input, .go3847911401 select) {}
Expected:
.go3847911401 label:has(input, select) {}
I suspect similar issues exist for :is and :not.
:is
:not
The text was updated successfully, but these errors were encountered:
Heya @sabberworm yup, indeed that's a bug just tested this myself.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Given:
goober turns that into:
Expected:
I suspect similar issues exist for
:is
and:not
.The text was updated successfully, but these errors were encountered: