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

Hey, Sorry to bother you, I can't seem to get `lsp-tailwindcss` actually working for spacemacs in svelte. I am still relatively new with emacs, and took this config from one...

Hi @merrickluo I've recently tried setting this package up. Completions work fine for `web-mode` but not for `tsx-ts-mode`. - I copied the config from the README ```elisp (use-package lsp-tailwindcss :init...

It works but it makes company more irritating to use since the completion window jumps when you type a dash. What is preventing us from typing dashes in completions without...

**make sure to read the [troubleshooting](https://github.com/merrickluo/lsp-tailwindcss#troubleshooting) guide first.** This is a bit of a shot in the dark, but is it possible to use lsp-tailwindcss in clojurescript? I tried add-on,...

I would prefer to manage the LSP server dependency myself rather than have it be fetched by the package during runtime.

Im using inside a rails 7 project (using importmap) that causes the project to dont have an node_modules folder. Result: ``` Tailwind CSS: Can't resolve 'tailwindcss' in '/Users/moriarty/project/project' Error at...

Hi, In a monorepo setup based on nx with separate next.js apps sharing a central `tailwind-workspace-preset.js` (inspired by [this doc](https://dev.to/nx/setup-next-js-to-use-tailwind-with-nx-4d57)), lsp-tailwindcss often fails to activate because many css files don't...

Does anyone know how to colorize the rgb values that are displayed in the company-box-doc menu? I don't have much elisp knowledge, so what I'm basically trying to do is...

Since there's a lot of possibilities for file extensions (`[cm]?[tj]s`), we don't want to list 'em all.

This avoids loading the package immediately, as lsp-mode is required anyways. I'm not sure what the corresponding change should be for `straight-use-package` as I'm not familiar with that function.