Home

tailwind-ctp-intellisense @master - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tree log patch
0.9.0
Brad Cornes <hello@bradley.dev>
2 years ago
2 changed files, 12 additions(+), 0 deletions(-)
M packages/vscode-tailwindcss/CHANGELOG.md -> packages/vscode-tailwindcss/CHANGELOG.md
diff --git a/packages/vscode-tailwindcss/CHANGELOG.md b/packages/vscode-tailwindcss/CHANGELOG.md
index 8fa7ea7a38a6dbc14ceb4d59b8b51416fe4a0d9e..c4502232b33bf60a801892f87e68548397863e8b 100644
--- a/packages/vscode-tailwindcss/CHANGELOG.md
+++ b/packages/vscode-tailwindcss/CHANGELOG.md
@@ -1,5 +1,15 @@
 # Changelog
 
+## 0.9.0
+
+- Fix usage of absolute paths in `experimental.configFile` setting (#617)
+- Fix IntelliSense when separator is `--` (#628)
+- Improve support for `theme` CSS helper when not using quotes and/or using an opacity modifier (1b730cb)
+- Add support for dynamic and parameterized variants (Tailwind v3.2) (d073bb9, f59adbe)
+- Add support for `@config` (Tailwind v3.2) (bf57dd1)
+- Bump bundled versions of `tailwindcss` and first-party plugins (315070a)
+- Add automatic support for multi-config workspaces, including `@config` resolution (#633)
+
 ## 0.8.7
 
 - Support `insiders` versions of `tailwindcss` (#571)
M packages/vscode-tailwindcss/package.json -> packages/vscode-tailwindcss/package.json
diff --git a/packages/vscode-tailwindcss/package.json b/packages/vscode-tailwindcss/package.json
index 9d62536457206de71ff125e49ade46c3862e1b70..adb5511663cd8d31eede1070628c7f397d5f4dad 100755
--- a/packages/vscode-tailwindcss/package.json
+++ b/packages/vscode-tailwindcss/package.json
@@ -5,7 +5,9 @@   "description": "Intelligent Tailwind CSS tooling for VS Code",
   "preview": true,
   "author": "Brad Cornes <hello@bradley.dev>",
   "license": "MIT",
+{
   "version": "0.8.7",
+  "preview": true,
   "homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
   "bugs": {
     "url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",