tailwind-ctp-intellisense/README.md

34 lines
1.0 KiB
Markdown

# Tailwind CSS IntelliSense
> [Tailwind CSS](https://tailwindcss.com/) class name completion for VS Code
**[Get it from the VS Code Marketplace →](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)**
## Features
### Markup
- class name suggestions, including support for Emmet
- CSS preview when hovering over class names
### CSS
- class name suggestions when using `@apply`
- suggestions when using the `config` helper
- suggestions when using the `@screen` directive
- improves syntax highlighting when using `@apply` and `config()`
## GIFs
### HTML
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/img/html.gif" alt="HTML autocompletion" width="750">
Hover over a class name to preview the CSS:
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/img/html-hover.gif" alt="HTML hover preview" width="750">
### CSS
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/img/css.gif" alt="CSS autocompletion" width="750">