Skip to content

Commit 33eb1b5

Browse files
committed
0.7.2
1 parent e47f5fa commit 33eb1b5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/vscode-tailwindcss/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.7.2
4+
5+
- Update CSS syntax definitions
6+
- Fix compatibility with Tailwind `v3.0.0-alpha.2`
7+
- Fix error when switching from JIT mode to AOT mode
8+
- Fix stale error messages when resolving a config file error
9+
- Fix mode detection when using nested presets (#431)
10+
311
## 0.7.1
412

513
- Add [`tailwindCSS.classAttributes` setting](https://github.com/tailwindlabs/tailwindcss-intellisense#tailwindcssclassattributes) (#350)

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.1",
8+
"version": "0.7.2",
99
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
1010
"bugs": {
1111
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",

0 commit comments

Comments
 (0)