-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
css nesting lowering doesn't work when both a pseudo element selector and a class selector is used #3648
Comments
7 tasks
Thanks for the report. It looks like this is not intentional. It was caused by incorrectly mutating the parent rule's selector list when filtering out pseudo elements for the child rules. |
This was referenced May 21, 2024
This was referenced May 29, 2024
This was referenced Jun 2, 2024
This was referenced Jun 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For this input,
esbuild outputs
. I expect
to be output.
Interestingly, the following works as expected:
esbuild try
Original issue: vitejs/vite#15912
The text was updated successfully, but these errors were encountered: