Latest tailwind css version not working in vite+react app #19354
-
|
What version of Tailwind CSS are you using?
What build tool (or framework if it abstracts the build tool) are you using?
What version of Node.js are you using?
What browser are you using?
What operating system are you using?
Reproduction URL A Tailwind Play link or public GitHub repo that includes a minimal reproduction of the bug. Please do not link to your actual project, what we need instead is a minimal reproduction in a fresh project without any unnecessary code. This means it doesn't matter if your real project is private/confidential, since we want a link to a separate, isolated reproduction anyways. A reproduction is required when filing an issue — any issue opened without a reproduction will be closed and you'll be asked to create a new issue that includes a reproduction. We're a small team and we can't keep up with the volume of issues we receive if we need to reproduce each issue from scratch ourselves. Describe your issue We have followed all the steps to add tailwind css to an vite+react app but still the css is not being applied , we tried all methods including chatgpt , google search , stackoverflow , reddit , but none of solution is workable for tailwind css version 4+ |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
You are not on the latest version. The latest version is v4.1.17. Consider checking you have:
Otherwise, consider providing a project that reproduces the unexpected behavior. |
Beta Was this translation helpful? Give feedback.
-
|
Related: |
Beta Was this translation helpful? Give feedback.
Consider checking you have initialized a git project in the root of the project (run
git init). Otherwise, consider providing a project that reproduces the unexpected behavior.