0.7.3
parent
f5006a8ff2
commit
edb38516ff
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.7.3
|
||||||
|
|
||||||
|
- Disable variant order linting and automatic sorting when using Tailwind v3
|
||||||
|
- Exclude the global selector (`*`) from class completions
|
||||||
|
|
||||||
## 0.7.2
|
## 0.7.2
|
||||||
|
|
||||||
- Update CSS syntax definitions
|
- Update CSS syntax definitions
|
||||||
|
|
|
@ -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.7.2",
|
"version": "0.7.3",
|
||||||
"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