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.
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