Tailwind utility classes are not compiled #220
Unanswered
dimitryvolos
asked this question in
Q&A
Replies: 1 comment 5 replies
-
|
Hi Dimitry, Thanks very much for posting this—I'm happy you've found the project to be valuable so far! I have a couple of questions for you:
The only similar thing I can report is that I've encountered issues in cases where Tailwind is running in a folder that is itself running inside of a git repository with a All of that aside, it's challenging for me to say more without seeing the repository itself. Hopefully some of the above is helpful to you! |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Greg,
Thank you for your work on this project.
I recently came back to old project (few months old), made few changes and run 'watch' & 'dev' commands, but for whatever reason main 'style.css' file was not compiled. It seems like only changes are accepted from base base.css file. Any utility classes on php/html files are ignored.
I also tested this on a fresh blank installation of WordPress, but unfortunately the issue remains.
I tried to add '@source "theme/**/*.php";' to top of 'tailwind.css' file, but it is selective of what files to include.
This was not the issue in few month back.
Thanks for help,
Beta Was this translation helpful? Give feedback.
All reactions