Language Servers
Axon documentation
CSS
CSS language-server support in Axon.
CSS
vscode-css-language-server
CSS language support for stylesheets, custom properties, diagnostics, completions, hover, and formatting.
Delivery
bundled npm server
Activation
.css, .scss, .less, and style blocks
Capabilities
Completes properties, values, selectors, custom properties, and at-rules.
Provides hover details, diagnostics, document symbols, colors, and formatting.
Handles normal stylesheet intelligence separately from Tailwind utility-class intelligence.
Setup
Open the app root so imports and framework files can be resolved.
Use Tailwind support for utility classes and CSS support for stylesheet syntax.
Keep generated folders excluded from workspace search and diagnostics when needed.
Troubleshooting
If CSS variables do not resolve, check file relationships and imports.
If Tailwind classes are missing, use the Tailwind server page instead.
If style blocks are plain text, check the embedded language mode.