1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
diff --git a/packages/vscode-tailwindcss/CHANGELOG.md b/packages/vscode-tailwindcss/CHANGELOG.md
index dba309f69cfe2ba68754f7f573491333a79b7d93..47c69c644acad605f13d737b9ed21e2d04cb2242 100644
--- a/packages/vscode-tailwindcss/CHANGELOG.md
+++ b/packages/vscode-tailwindcss/CHANGELOG.md
@@ -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 @@ - Fix initialisation failure when using "jit" mode with tailwindcss v2.1 (#296)
## 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
|