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
Here is the minimal reproduction of the issue.
https://github.com/ycmjason/vite-issue-reproduction-scoped-nested-css
I've included the dist in the repo.
dist
This is the css emitted (formatted):
.fine[data-v-b9dfe1ae] { color: green; } .fine[data-v-b9dfe1ae]__not { color: red; }
The scope id is placed incorrectly as shown above.
Thanks for the amazing tool. Vite made development much less painful.
The text was updated successfully, but these errors were encountered:
Please note that the correct CSS is emitted in dev mode.
Sorry, something went wrong.
5b1e25d
No branches or pull requests
Here is the minimal reproduction of the issue.
https://github.com/ycmjason/vite-issue-reproduction-scoped-nested-css
I've included the
dist
in the repo.This is the css emitted (formatted):
The scope id is placed incorrectly as shown above.
Thanks for the amazing tool. Vite made development much less painful.
The text was updated successfully, but these errors were encountered: