Skip to content

Form elements does not show styles after installing tailwindcss-forms plugin in Vite Vue3 Typescript App #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
simont789 opened this issue Mar 17, 2021 · 1 comment

Comments

@simont789
Copy link

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!

@simont789
Copy link
Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant