Skip to content
New issue

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

Invalid pseudo selectors #2445

Merged
merged 2 commits into from
May 1, 2023
Merged

Invalid pseudo selectors #2445

merged 2 commits into from
May 1, 2023

Conversation

willmcgugan
Copy link
Collaborator

Error on bad pseudo selectors.

It catches bad pseudo selectors at the tokenizer level. I could had changed the regex, but this way we can generate a helpful error.

@willmcgugan willmcgugan merged commit 20a1612 into main May 1, 2023
@willmcgugan willmcgugan deleted the invalid-pseudo-selectors branch May 1, 2023 15:22
@davep
Copy link
Contributor

davep commented May 1, 2023

Forgot to say: I think this deserves a mention in the CHANGELOG.

@willmcgugan
Copy link
Collaborator Author

I'll add it to main

@davep davep linked an issue May 2, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unknown pseudo-selectors should raise an error
2 participants