-
Notifications
You must be signed in to change notification settings - Fork 139
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
[Bug]: Vue CSS v-bind condition is broken by lightningcss #3595
Comments
Have you tried Vite demo? |
I can’t reproduce a similar Vite demo. Can you provide your Vite / Rsbuild demos? |
Hello @ywenhao. Please provide a reproduction repository or online demo. For background, see Why reproductions are required. Thanks ❤️ |
[email protected]:ywenhao/rsbuild-vue-css-demo.git vite-demo |
As the issue was labelled with 由于该 issue 被标记为 "需要重现",但在 5 天内没有回应,因此该 issue 将被关闭。如果你有任何进一步的问题,请随时发表评论并重新打开该 issue。背景请参考 为什么需要最小重现。 |
The style is broken by lightningcss-loader.
h1[data-v-7ba5bd90] {
color: var(--7ba5bd90-color\ \?\ \"red\"\:\ \"green\");
}
h1[data-v-7ba5bd90] {
color: var(--7ba5bd90-color\ \?\ \\\"red\\\"\:\ \\\"green\\\");
} @GiveMe-A-Name can you help to fix this? ❤️ |
Version
Details
Reproduce Steps
yarn dev
The text was updated successfully, but these errors were encountered: