You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
Describe the bug
After writing #9196 and trying the fix of #9210 (Description see original issue), the css warning still occurs (see reproduction).
I'm also not sure but I think the css used for the tests in the commit: https://github.com/vitejs/vite/pull/9210/files/3eaf19f6470ef4475c8777c456060df8737a3436#diff-5b89a0232226a791802afd23fc9279538e0f157685c734250e454920619a6f58R2 is wrong as
overflow-x
is supported but it should beoverflow-X
(uppercase X, which would be wrong).Reproduction
https://stackblitz.com/edit/vitejs-vite-anx6q5?file=vite.config.js, then go to terminal and type npm run build
System Info
see original issue #9196
Used Package Manager
npm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: