v0.6.11
parent
c2345f0112
commit
5b4d6c0503
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.6.11
|
||||||
|
|
||||||
|
- Update `@tailwind` completions and diagnostics to account for `@tailwind variants`
|
||||||
|
|
||||||
## 0.6.10
|
## 0.6.10
|
||||||
|
|
||||||
- Ignore `content: ""` when determining document colors. This enables color decorators for `before` and `after` variants
|
- Ignore `content: ""` when determining document colors. This enables color decorators for `before` and `after` variants
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "vscode-tailwindcss",
|
"name": "vscode-tailwindcss",
|
||||||
"version": "0.6.10",
|
"version": "0.6.11",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"version": "0.6.10",
|
"version": "0.6.11",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@ctrl/tinycolor": "3.1.4",
|
"@ctrl/tinycolor": "3.1.4",
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"preview": true,
|
"preview": true,
|
||||||
"author": "Brad Cornes <hello@bradley.dev>",
|
"author": "Brad Cornes <hello@bradley.dev>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.6.10",
|
"version": "0.6.11",
|
||||||
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
|
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",
|
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",
|
||||||
|
|
Loading…
Reference in New Issue