tailwind-ctp-intellisense @master -
refs -
log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
v0.6.10
3 changed files, 8 additions(+), 2 deletions(-)
diff --git a/packages/vscode-tailwindcss/CHANGELOG.md b/packages/vscode-tailwindcss/CHANGELOG.md
index 14a8be6bb47b48cec258ce7c2803ea76460f84c8..e04053667e2ed28d9d0edf5b924697d38dd212d1 100644
--- a/packages/vscode-tailwindcss/CHANGELOG.md
+++ b/packages/vscode-tailwindcss/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## 0.6.10
+
+- Ignore `content: ""` when determining document colors. This enables color decorators for `before` and `after` variants
+
## 0.6.9
- Use VS Code's built-in file watcher
diff --git a/packages/vscode-tailwindcss/package-lock.json b/packages/vscode-tailwindcss/package-lock.json
index 17f653dee50892109eb8bb281de177fb12ded550..2e5224c6d4d07c494dce9346ed77a5fe817c2388 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.9",
+ "version": "0.6.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
+ "requires": true,
"version": "0.6.9",
+ "packages": {
"license": "MIT",
"devDependencies": {
"@ctrl/tinycolor": "3.1.4",
diff --git a/packages/vscode-tailwindcss/package.json b/packages/vscode-tailwindcss/package.json
index c38651180719c4f5f6b13a82929117fb79a97b2b..b9753aeab83c24402562c20cf92d2a9f8859f702 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.9",
+ "version": "0.6.10",
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
"bugs": {
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",