tailwindcss

stdio
cssjavascriptreacttypescriptreactvuehtml

Used by 2 plugins

Installs tailwind, the highest-starred plugin that provides this server

Install
1
Run in your terminal
$
npx claudepluginhub thebushidocollective/han --plugin tailwind
Requires Language Server Binary

This LSP server requires ${CLAUDE_PLUGIN_ROOT}/scripts/lsp-entrypoint.shto be installed on your system. Make sure it's available in your PATH before enabling.

Add to Your Project

Add to your .lsp.json or plugin.json:

{
  "lspServers": {
    "tailwindcss": {
      "command": "${CLAUDE_PLUGIN_ROOT}/scripts/lsp-entrypoint.sh",
      "extensionToLanguage": {
        ".css": "css",
        ".jsx": "javascriptreact",
        ".tsx": "typescriptreact",
        ".vue": "vue",
        ".html": "html"
      }
    }
  }
}
Supported Languages
css
.css
javascriptreact
.jsx
typescriptreact
.tsx
vue
.vue
html
.html
Command
${CLAUDE_PLUGIN_ROOT}/scripts/lsp-entrypoint.sh
Transport
stdio
Advanced Configuration
Startup Timeout:60000ms
Restart on Crash:Yes
Max Restarts:3
Also used by 1 other plugin