tailwindlabs / tailwindcss-forms

A plugin that provides a basic reset for form styles that makes form elements easy to override with utilities.
https://tailwindcss-forms.vercel.app
MIT License
4.22k stars 223 forks source link

Adding the plugin breaks TailwindCSS extension in VSCode on macOS #133

Closed BayBreezy closed 1 year ago

BayBreezy commented 1 year ago

What version of @tailwindcss/forms are you using?

0.5.3

What version of Node.js are you using?

18.12.1

What browser are you using?

Chrome

What operating system are you using?

macOS

Reproduction repository

https://github.com/BayBreezy/yt-school-mgnt-system/tree/main/client

Describe your issue

If I enable the plugin in my tailwind.config.js file, I get no quick suggestion/help from the TailwindCSS Intellisence extension(VSCode). This only happens on macOS. When I switch to Windows, it works as intended.

Once I remove the plugin from the array and run the project in dev mode, the suggestions come back.

EDIT: I think this is what I am experiencing --> https://github.com/tailwindlabs/tailwindcss-forms/issues/123

BayBreezy commented 1 year ago

NVM. This seems to be an issue with the tailwind module for Nuxt