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 1 reply
-
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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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