0.7.3
parent
f5006a8ff2
commit
edb38516ff
|
@ -1,5 +1,10 @@
|
|||
# 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
|
||||
|
||||
- Update CSS syntax definitions
|
||||
|
@ -111,7 +116,7 @@
|
|||
|
||||
## 0.5.9
|
||||
|
||||
- Add `focus-visible`, `checked`, `motion-safe`, `motion-reduce`, and `dark` to `@variants` completions
|
||||
- Add `focus-visible`, `checked`, `motion-safe`, `motion-reduce`, and `dark` to `@variants` completions
|
||||
- Add `showPixelEquivalents` and `rootFontSize` settings (#200)
|
||||
|
||||
## 0.5.8
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"preview": true,
|
||||
"author": "Brad Cornes <hello@bradley.dev>",
|
||||
"license": "MIT",
|
||||
"version": "0.7.2",
|
||||
"version": "0.7.3",
|
||||
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
|
||||
"bugs": {
|
||||
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",
|
||||
|
|
Loading…
Reference in New Issue