File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
packages/vscode-tailwindcss Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
11
## 0.7.1
4
12
5
13
- Add [ ` tailwindCSS.classAttributes ` setting] ( https://github.com/tailwindlabs/tailwindcss-intellisense#tailwindcssclassattributes ) (#350 )
Original file line number Diff line number Diff line change 5
5
"preview" : true ,
6
6
"author" :
" Brad Cornes <[email protected] >" ,
7
7
"license" : " MIT" ,
8
- "version" : " 0.7.1 " ,
8
+ "version" : " 0.7.2 " ,
9
9
"homepage" : " https://github.com/tailwindlabs/tailwindcss-intellisense" ,
10
10
"bugs" : {
11
11
"url" : " https://github.com/tailwindlabs/tailwindcss-intellisense/issues" ,
You can’t perform that action at this time.
0 commit comments