Tailwindcss is not effective #18460
-
The project tailwindcss created by installing the official documentation link did not take effect. What is the reason for this? Please refer to the readme document for the running effect. link:[使用 Vite 安装 Tailwind CSS - TailwindCSS 中文文档 | TailwindCSS 中文网 --- Install Tailwind CSS with Vite - TailwindCSS中文文档 | TailwindCSS中文网](https://www.tailwindcss.cn/docs/guides/vite#vue) why? test demo https://github.com/triggergun/vite-demo02-20250706 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
That doesn't seem like official website, try following the steps here: https://tailwindcss.com/docs/installation/using-vite |
Beta Was this translation helpful? Give feedback.
-
I would like to talk about the basic implementation principles of tailwindcss. Is it implemented based on the Rust language? Can you recommend books or learning materials on how to use your most familiar language to implement a framework to solve related problems? I am a junior to intermediate level developer. |
Beta Was this translation helpful? Give feedback.
The current version of Tailwind is
v4.1.11
. Use the official website documentation, here: https://tailwindcss.com/docs/installation/using-vite. You should use the website athttps://tailwindcss.com
, nothttps://tailwindcss.cn
.