css.md

 1# CSS
 2
 3CSS support is available natively in Zed.
 4
 5- Tree-sitter: [tree-sitter/tree-sitter-css](https://github.com/tree-sitter/tree-sitter-css)
 6- Language Servers:
 7  - [microsoft/vscode-html-languageservice](https://github.com/microsoft/vscode-html-languageservice)
 8  - [tailwindcss-language-server](https://github.com/tailwindlabs/tailwindcss-intellisense)
 9
10<!--
11TBD: Document CSS
12TBD: Document [Tailwind CSS](./tailwindcss.md)
13-->
14
15## See also:
16
17- [HTML](./html.md)
18- [TypeScript](./typescript.md)
19- [JavaScript](./javascript.md)