Home

tailwind-ctp-intellisense @master - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tree log patch
add anchor links to readme
Brad Cornes <brad@parall.ax>
6 years ago
1 changed files, 6 additions(+), 3 deletions(-)
M README.md -> README.md
diff --git a/README.md b/README.md
index 57f11bce9c48b9b3a45ce75220c1bdfcf8851ceb..f766281b17269168b2bfc6fd931b1652b0f3e241 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@ > [Tailwind CSS](https://tailwindcss.com/) class name completion for VS Code
 
 **[Get it from the VS Code Marketplace →](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)**
 
+<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/img/html.gif" alt="HTML autocompletion" width="750">
+
 ## Features
 
 Tailwind CSS IntelliSense uses your projects Tailwind installation and configuration to provide suggestions as you type.
@@ -12,17 +14,18 @@ It also includes features that improve the overall Tailwind experience, including improved syntax highlighting, and CSS previews.
 
 ### HTML (including Vue, JSX, PHP etc.)
 
+
 - Class name suggestions, including support for Emmet syntax
   - Suggestions include color previews where applicable, for example for text and background colors
   - They also include a preview of the actual CSS for that class name
-- CSS preview when hovering over class names
+- [CSS preview when hovering over class names](#css-preview-when-hovering-over-class-names)
 
 ### CSS
 
+> [Tailwind CSS](https://tailwindcss.com/) class name completion for VS Code
 # Tailwind CSS IntelliSense
-**[Get it from the VS Code Marketplace →](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)**
 - Suggestions when using the `@screen` directive
-- Improves syntax highlighting when using `@apply` and `config()`
+- [Improves syntax highlighting when using `@apply` and `config()`](#improves-syntax-highlighting-when-using-apply-and-config)
 
 ## Examples