-
-
Notifications
You must be signed in to change notification settings - Fork 228
Description
What version of Tailwind CSS IntelliSense are you using?
v0.7.4
What version of Tailwind CSS are you using?
v3.0.7
What package manager are you using?
npm
What operating system are you using?
Windows 10
Describe your issue
On my project node_modules
folder is on the root.
Tailwind and my frontend files are inside packages/ui
. In this case my config file path is packages/ui/tailwind.config.js
Has given those path's as this might be path issue. On v2 it was working fine. But right now, my custom classes or extended new colors inside tailwind.config.js
is not getting highlighted, not getting auto completed, not showing color icon. Can't see it's CSS on hover but it works even though there is no information. It feels like my config file is not recognized by tailwindcss intellisense. Default tailwindcss classnames, all works normal.