Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.01 KB

File metadata and controls

45 lines (30 loc) · 1.01 KB

css-lsp

CSS, SCSS, and Less language server for Claude Code, powered by vscode-langservers-extracted.

Provides real-time diagnostics, completions, hover documentation, and formatting for .css, .scss, and .less files.

Installation

1. Install the language server

npm install -g vscode-langservers-extracted

Verify installation:

vscode-css-language-server --version

2. Install the plugin

/plugin install css-lsp@wookstar-claude-plugins

Supported Files

Extension Language
.css CSS
.scss SCSS
.less Less

Features

  • Syntax diagnostics and error highlighting
  • Property and value completions
  • Hover documentation with MDN references
  • Code formatting
  • Colour previews

Notes

vscode-langservers-extracted bundles the CSS, HTML, and JSON language servers together in a single package. Installing it once covers css-lsp, html-lsp, and json-lsp.