Skip to content

Commit edb3851

Browse files
committed
0.7.3
1 parent f5006a8 commit edb3851

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/vscode-tailwindcss/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.7.3
4+
5+
- Disable variant order linting and automatic sorting when using Tailwind v3
6+
- Exclude the global selector (`*`) from class completions
7+
38
## 0.7.2
49

510
- Update CSS syntax definitions
@@ -111,7 +116,7 @@
111116

112117
## 0.5.9
113118

114-
- Add `focus-visible`, `checked`, `motion-safe`, `motion-reduce`, and `dark` to `@variants` completions
119+
- Add `focus-visible`, `checked`, `motion-safe`, `motion-reduce`, and `dark` to `@variants` completions
115120
- Add `showPixelEquivalents` and `rootFontSize` settings (#200)
116121

117122
## 0.5.8

packages/vscode-tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"preview": true,
66
"author": "Brad Cornes <[email protected]>",
77
"license": "MIT",
8-
"version": "0.7.2",
8+
"version": "0.7.3",
99
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
1010
"bugs": {
1111
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",

0 commit comments

Comments
 (0)