tailwind-ctp-intellisense/README.md

18 lines
633 B
Markdown

# Tailwind CSS IntelliSense
> Tailwind CSS class name completion for VS Code
## HTML
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/src/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/src/img/html-hover.gif" alt="HTML hover preview" width="750">
## CSS
In CSS files you get autocompletions when using `@apply` and the `config()` helper.
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/src/img/css.gif" alt="CSS autocompletion" width="750">