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

Don’t move unknown pseudo-elements to the end of selectors #10962

Merged
merged 19 commits into from Apr 7, 2023

Conversation

thecrypticace
Copy link
Contributor

Fixes #10960

The ::deep Shadow DOM piercing selector uses invalid selector syntax but needs to still work for now. Here we've add it as an exception to ensure it is not moved to the end of the selector (which is the only place that pseudo elements can normally be placed).

@thecrypticace thecrypticace changed the title Don’t move ::deep pseudo element to end of selector when using @apply Don’t move uknown pseudo-elements to the end of selectors Apr 7, 2023
@thecrypticace thecrypticace changed the title Don’t move uknown pseudo-elements to the end of selectors Don’t move unknown pseudo-elements to the end of selectors Apr 7, 2023
@thecrypticace thecrypticace merged commit e3a9d5f into 3.3 Apr 7, 2023
21 checks passed
@thecrypticace thecrypticace deleted the fix/pseudo-deep branch April 7, 2023 14:45
onyea

This comment was marked as spam.

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.

None yet

3 participants