Home

tailwind-ctp-intellisense @master - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tree log patch
fix changelog spacing
Brad Cornes <bradlc41@gmail.com>
4 years ago
1 changed files, 0 additions(+), 2 deletions(-)
M CHANGELOG.md -> CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2a3252eb2fd63d1d1e5cd8b817da00659c0a15f3..f8bf3f3ba96f9cb15680ba52eb982625599c7293 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,7 +12,6 @@ - Config parsing errors are now displayed in the VS Code UI
 - Class names from `@tailwind base` are now included (by default `@tailwind base` does not include any class names but plugins may contribute them)
 - Color swatches can now be displayed for rules with multiple properties and/or colors with variable alpha (#113)
 - Added `tailwindCSS.includeLanguages` setting:
-
   ```json
   {
     "tailwindCSS.includeLanguages": {
@@ -41,7 +40,6 @@
 ### JS(X)
 
 - Completions now trigger when using backticks (#50, #93):
-
   ```js
   const App = () => <div className={`_
   ```