tailwind-ctp-intellisense @master -
refs -
log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
diff --git a/README.md b/README.md
index 0bd9036af568d0ecb9ecee92c902dde82808f32e..ffa340dbc34d82b344e73eeb3c8494287e5da17c 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,17 @@
+# Tailwind IntelliSense
+
+> 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">
+
# vscode-tailwindcss
-<img src="https://github.com/bradlc/vscode-tailwindcss/blob/master/src/img/html.gif" alt="HTML autocompletion" width="600">
+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">