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
Hi,
I tried to add the forms plugin to my vite/vue3/typescript app following the provided instructions, and nothing has changed after the installation.
I've tried the popular "nohoist" solution, removing all node modules and also using projects on other issues which has claimed to solve the issue. All does not work with no error shown. "workspaces": { "nohoist": [ "@tailwindcss/forms", "@tailwindcss/forms/**", /***separately***/ "**/tailwindcss", "**/@tailwindcss/**" ] }
I am wondering if there is anything that could be the issue?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
As most of the issues, you kinda resolve the problem by doing nothing. The plugin is running. I was expecting a label and input tag would show effect by itself. By adding text to a span tag and text type to input it all works. Cheers!
Hi,
I tried to add the forms plugin to my vite/vue3/typescript app following the provided instructions, and nothing has changed after the installation.
I've tried the popular "nohoist" solution, removing all node modules and also using projects on other issues which has claimed to solve the issue. All does not work with no error shown.
"workspaces": { "nohoist": [ "@tailwindcss/forms", "@tailwindcss/forms/**", /***separately***/ "**/tailwindcss", "**/@tailwindcss/**" ] }
I am wondering if there is anything that could be the issue?
Thanks in advance!
The text was updated successfully, but these errors were encountered: