-
I'm trying to migrate from v3 to v4. I've created a new folder:
Running it via:
The CSS file is built, but its ignoring all my files. The structure is:
Is there a way to debug, to see what folders its trying to read? My tailwind.config.js looks like:
TIA! Andy |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
It doesn't seem like you're using the You'd want to use the CSS configuration. For example, consider using |
Beta Was this translation helpful? Give feedback.
You can try running:
This will output a
tailwind-*.log
file that gives you a log about what files Tailwind has scanned.