Closed codeitlikemiley closed 1 year ago
I have not used the TaiwindCSS JIT setup. Your error is hard to debug without extra information. To me it seems like a path issue.
Error: ENOENT: no such file or directory, stat '/Users/uriah/Code/Hugo/new-theme/stdin'
Please describe every single step you did during setup so that this error is reproducible or provide an example repo I can investigate.
this is an ongoing issue also with hugo itself,
Here is an excellent workaround to implement JIT. I used the word workaround because people at Hugo are working on finding a perfect solution, as mentioned here gohugoio/hugo#8343.
Here is how the workaround works:
hugo serve
You use a new Tailwind class in your theme -> JIT updates css -> Hugo reloads CSS as usually (livereload)
Tailwind JIT mode should now be working with the update to TailwindCSS 3.
Hi i try to enable Jit Mode i got this error
also have this with my old projects...
I would love to know if someone already has solution on this with the postcss
Looking forward for an answer thanks