tailwind lsp stops working in neovim without tailwind.config.js file in root dir #414
Unanswered
AndreiMotinga
asked this question in
Q&A
Replies: 1 comment
-
Facing a similar issue here. Did the same step as you – removed node_modules after moving to importmaps |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm moving project from esbuild to importmaps and so removed node_modules and such.
I noticed that tailwind lsp stoped working.
with esbuild I had 2 things:
it looks like if I install tailwindcss globally and create tailwind.config.js in root - I get the functionality back.
so I wondered if there is a way to keep tailwind.config.js in root directory?
or maybe lsp doesnt need that file?
does anybody else have this issue?
Beta Was this translation helpful? Give feedback.
All reactions