
Follow up to https://github.com/zed-industries/zed/pull/31681. Was visiting some of these pages and noticed these somewhat small formatting and copywriting improvement opportunities. The docs for Svelte in particular felt somewhat unorganized. Release Notes: - N/A
20 lines
640 B
Markdown
20 lines
640 B
Markdown
# CSS
|
|
|
|
Zed has built-in support for CSS.
|
|
|
|
- Tree-sitter: [tree-sitter/tree-sitter-css](https://github.com/tree-sitter/tree-sitter-css)
|
|
- Language Servers:
|
|
- [microsoft/vscode-html-languageservice](https://github.com/microsoft/vscode-html-languageservice)
|
|
- [tailwindcss-language-server](https://github.com/tailwindlabs/tailwindcss-intellisense)
|
|
|
|
## Tailwind CSS
|
|
|
|
Zed also supports [Tailwind CSS](./tailwindcss.md) out-of-the-box for languages and frameworks like JavaScript, Astro, Svelte, and more.
|
|
|
|
<!-- TBD: Document CS -->
|
|
|
|
## Recommended Reading
|
|
|
|
- [HTML](./html.md)
|
|
- [TypeScript](./typescript.md)
|
|
- [JavaScript](./javascript.md)
|