diff --git a/README.md b/README.md index 0bd9036..ffa340d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ -# vscode-tailwindcss +# Tailwind IntelliSense -HTML autocompletion +> Autocompletion for Tailwind CSS utilities + +## HTML + +HTML autocompletion + +Hover over a class name to preview the CSS: + +HTML hover preview + +## CSS + +In CSS files you get autocompletions when using `@apply` and the `config()` helper. + +CSS autocompletion diff --git a/src/img/css.gif b/src/img/css.gif new file mode 100644 index 0000000..7e28857 Binary files /dev/null and b/src/img/css.gif differ diff --git a/src/img/html-hover.gif b/src/img/html-hover.gif new file mode 100644 index 0000000..94540b8 Binary files /dev/null and b/src/img/html-hover.gif differ