JIT doesn't add new classes #4068
Unanswered
gregorvoinov
asked this question in
Help
Replies: 1 comment
-
Only thing I havn't posted was the scripts section and there was the problem. If I'm adding "start": "NODE_ENV=production webpack serve", But if I'm adding "start": "TAILWIND_MODE=watch NODE_ENV=development webpack serve", but the same need to reload manually What I have to do, that just the classes get changed without reloading the page, if I'm using NODE_ENV=development? |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi, I have switched to Tailwind css 2.1 but now when I use a utility class for the first time it is not added as if the class does not exist. I need to restart the server that it gets added with a value.
I'm using vuejs 2.6. I have done a costume installation without vue-cli.
Below is my whole setup.
What I'm doing wrong or what is missing?
Beta Was this translation helpful? Give feedback.
All reactions