lsp-tailwindcss icon indicating copy to clipboard operation
lsp-tailwindcss copied to clipboard

the lsp-mode client for tailwindcss

Results 13 lsp-tailwindcss issues
Sort by recently updated
recently updated
newest added

When I load a tsx file initially i get a "*Warnings*" buffer with ` ■ Warning (lsp-mode): Unknown notification: @/tailwindCSS/projectInitialized` If I call lsp-restart-workspace I get ``` ■ Warning (lsp-mode):...

[Astro](https://docs.astro.build/en/guides/integrations-guide/tailwind/#configuring-tailwind) uses the `.mjs` extension for TailwindCSS by default. I have added support for this and other extensions mentioned in the documentation (mts,cts). Additionally, I refactored the code to avoid...

I have 3 LSP servers started in a TSX file (`tsx-ts-mode`) ![image](https://github.com/user-attachments/assets/dcaac487-e2fd-4b8d-8aef-efeed220cbb7) Tailwind should provide completions only inside `class` or `className` strings but currently it provides completions in other areas...