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 ::ng-deep pseudo element to end of selector when using @apply #10943

Merged
merged 2 commits into from Apr 4, 2023

Conversation

thecrypticace
Copy link
Contributor

@thecrypticace thecrypticace commented Apr 4, 2023

Fixes #10937

The Angular ::ng-deep Shadow DOM piercing selector uses invalid 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 base branch from master to 3.3 April 4, 2023 16:29
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.

@apply method is invalid after upgrade to 3.3.1
1 participant