# CSS

CSS support is available natively in Zed.

- 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)

<!--
TBD: Document CSS
TBD: Document [Tailwind CSS](./tailwindcss.md)
-->

## See also:

- [HTML](./html.md)
- [TypeScript](./typescript.md)
- [JavaScript](./javascript.md)
