You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.
I have tried adding the mode to the tailwind config and also tried adding TAILWIND_MODE=watch to the dev env file but neither seem to work. when JIT is enabled tailwind class changes are only visible in the browser if i restart the dev server.
The text was updated successfully, but these errors were encountered:
I can see that if I change the static asset location to src rather than dist it does detect the tailwind jit changes and pushes to browser. Maybe css needs to be processed differently for dev and build.
Does this setup work with tailwinds JIT mode?
I have tried adding the mode to the tailwind config and also tried adding
TAILWIND_MODE=watch
to the dev env file but neither seem to work. when JIT is enabled tailwind class changes are only visible in the browser if i restart the dev server.The text was updated successfully, but these errors were encountered: