update readme
parent
c2201e35a4
commit
7d469b2ccb
18
README.md
18
README.md
|
@ -1,3 +1,17 @@
|
|||
# vscode-tailwindcss
|
||||
# Tailwind IntelliSense
|
||||
|
||||
<img src="https://github.com/bradlc/vscode-tailwindcss/blob/master/src/img/html.gif" alt="HTML autocompletion" width="600">
|
||||
> 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">
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.8 MiB |
Binary file not shown.
After Width: | Height: | Size: 592 KiB |
Loading…
Reference in New Issue