master
Brad Cornes 2021-06-16 10:38:39 +01:00
parent 16864d96ae
commit 8e4c9faf11
3 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -1,11 +1,11 @@
{
"name": "vscode-tailwindcss",
"version": "0.6.9",
"version": "0.6.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.6.9",
"version": "0.6.10",
"license": "MIT",
"devDependencies": {
"@ctrl/tinycolor": "3.1.4",

View File

@ -5,7 +5,7 @@
"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",