2018-08-21 12:30:26 +00:00
|
|
|
# Tailwind IntelliSense
|
2018-08-21 12:10:52 +00:00
|
|
|
|
2018-08-21 12:30:26 +00:00
|
|
|
> Autocompletion for Tailwind CSS utilities
|
|
|
|
|
|
|
|
## HTML
|
|
|
|
|
|
|
|
<img src="https://github.com/bradlc/vscode-tailwindcss/blob/master/src/img/html.gif" alt="HTML autocompletion" width="750">
|
|
|
|
|
|
|
|
Hover over a class name to preview the CSS:
|
|
|
|
|
|
|
|
<img src="https://github.com/bradlc/vscode-tailwindcss/blob/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://github.com/bradlc/vscode-tailwindcss/blob/master/src/img/css.gif" alt="CSS autocompletion" width="750">
|