Home

tailwind-ctp-intellisense @master - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tree log patch
update readme
Brad Cornes <bradlc41@gmail.com>
4 years ago
1 changed files, 1 additions(+), 1 deletions(-)
M packages/tailwindcss-intellisense/README.md -> packages/tailwindcss-intellisense/README.md
diff --git a/packages/tailwindcss-intellisense/README.md b/packages/tailwindcss-intellisense/README.md
index befa11d7efe99140a21308e9add02c7538e3468d..8ebf338ad99f10b63aa5bce88401ca6ad5a591ae 100644
--- a/packages/tailwindcss-intellisense/README.md
+++ b/packages/tailwindcss-intellisense/README.md
@@ -40,7 +40,7 @@ ```
 "css.validate": false
 ```
 
-By default VS Code will not trigger completions when editing "string" content, for example within HTML attribute values. Updating the `editor.quickSuggestions` setting may improve your experience, particularly when editing Tailwind classes in HTML files:
+By default VS Code will not trigger completions when editing "string" content, for example within JSX attribute values. Updating the `editor.quickSuggestions` setting may improve your experience, particularly when editing Tailwind classes within JSX:
 
 ```
 "editor.quickSuggestions": {