diff --git a/packages/vscode-tailwindcss/CHANGELOG.md b/packages/vscode-tailwindcss/CHANGELOG.md index e04053667e2ed28d9d0edf5b924697d38dd212d1..14a8be6bb47b48cec258ce7c2803ea76460f84c8 100644 --- a/packages/vscode-tailwindcss/CHANGELOG.md +++ b/packages/vscode-tailwindcss/CHANGELOG.md @@ -1,9 +1,5 @@ # 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 2e5224c6d4d07c494dce9346ed77a5fe817c2388..17f653dee50892109eb8bb281de177fb12ded550 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.9", "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..c38651180719c4f5f6b13a82929117fb79a97b2b 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 ", "license": "MIT", - "version": "0.6.10", + "version": "0.6.9", "homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense", "bugs": { "url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",