tailwind-ctp-intellisense @master -
refs -
log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
v0.6.11
3 changed files, 8 additions(+), 2 deletions(-)
diff --git a/packages/vscode-tailwindcss/CHANGELOG.md b/packages/vscode-tailwindcss/CHANGELOG.md
index e04053667e2ed28d9d0edf5b924697d38dd212d1..2e4c2291f88d821d6e38de300768a6faec487333 100644
--- a/packages/vscode-tailwindcss/CHANGELOG.md
+++ b/packages/vscode-tailwindcss/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## 0.6.11
+
+- Update `@tailwind` completions and diagnostics to account for `@tailwind variants`
+
## 0.6.10
- Ignore `content: ""` when determining document colors. This enables color decorators for `before` and `after` variants
diff --git a/packages/vscode-tailwindcss/package-lock.json b/packages/vscode-tailwindcss/package-lock.json
index 2e5224c6d4d07c494dce9346ed77a5fe817c2388..71a990593e7c23384c24aa87b45bbf4b9abd2b7d 100644
--- a/packages/vscode-tailwindcss/package-lock.json
+++ b/packages/vscode-tailwindcss/package-lock.json
@@ -1,11 +1,13 @@
{
"name": "vscode-tailwindcss",
- "version": "0.6.10",
+ "version": "0.6.11",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
+ "requires": true,
"version": "0.6.10",
+ "packages": {
"license": "MIT",
"devDependencies": {
"@ctrl/tinycolor": "3.1.4",
diff --git a/packages/vscode-tailwindcss/package.json b/packages/vscode-tailwindcss/package.json
index b9753aeab83c24402562c20cf92d2a9f8859f702..f6aebc008eee4f75b2351c2f48aedd8313d077c4 100755
--- a/packages/vscode-tailwindcss/package.json
+++ b/packages/vscode-tailwindcss/package.json
@@ -5,7 +5,7 @@ "description": "Intelligent Tailwind CSS tooling for VS Code",
"preview": true,
"author": "Brad Cornes <hello@bradley.dev>",
"license": "MIT",
- "version": "0.6.10",
+ "version": "0.6.11",
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
"bugs": {
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",