layer utilities has nothing #19332
-
|
This is the gen style in page: but body has class: Hello WebXThis is a vite (v7.2.2) + react (v19.2.0) start template. No tailwindcss style applied to html element. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Consider providing a git repo that reproduces the issue and we can take a look for you. |
Beta Was this translation helpful? Give feedback.
Tailwind uses git ignore rules internally for automatic source detection. If you have a
.gitignore(or equivalent) higher in the directory tree, this may cause Tailwind to ignore files. Initializing a git repo creates a boundary to this.