Tailwind stopped worked when files got moved to /src #12018
-
|
After moving my files to the newly created /src folder and updating the
|
Beta Was this translation helpful? Give feedback.
Answered by
wongjn
Sep 16, 2023
Replies: 1 comment
-
|
Consider trying:
Otherwise, consider providing a remotely-hosted git repository that reproduces the unexpected behavior. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
guilhermeadf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Consider trying:
.js,.jsx,.tsand/or.tsxfiles in thesrcfolder contain Tailwind classes.@tailwinddirectives is processed by Tailwind and included in the resulting webpage.Otherwise, consider providing a remotely-hosted git repository that reproduces the unexpected behavior.