Home

tailwind-ctp-intellisense @master - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tree log patch
update readme image paths
Brad Cornes <bradlc41@gmail.com>
6 years ago
2 changed files, 4 additions(+), 2 deletions(-)
M README.md -> README.md
diff --git a/README.md b/README.md
index 1ae019cb6d6647c26f9de8ad4e3ea3b2334f22ca..32ffbbd2531be21ef288c9f86be141c7d20582ec 100644
--- a/README.md
+++ b/README.md
@@ -4,14 +4,15 @@ > Tailwind CSS class name completion for VS Code
 
 ## HTML
 
-<img src="https://github.com/bradlc/vscode-tailwindcss/blob/master/src/img/html.gif" alt="HTML autocompletion" width="750">
+<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/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">
+<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/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.
 
 # Tailwind CSS IntelliSense
+> Tailwind CSS class name completion for VS Code
M package.json -> package.json
diff --git a/package.json b/package.json
index 173397b216368fac4e39db15029f16a687b8b970..43c15f3caf0df01b79f7d7027c242889df7c299b 100644
--- a/package.json
+++ b/package.json
@@ -3,6 +3,7 @@   "name": "vscode-tailwindcss",
   "displayName": "Tailwind CSS IntelliSense",
   "description": "Tailwind CSS class name completion",
   "version": "0.1.0",
+  "name": "vscode-tailwindcss",
   "publisher": "bradlc",
   "engines": {
     "vscode": "^1.20.0"