File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
packages/vscode-tailwindcss Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.7.1
4
+
5
+ - Add [ ` tailwindCSS.classAttributes ` setting] ( https://github.com/tailwindlabs/tailwindcss-intellisense#tailwindcssclassattributes ) (#350 )
6
+ - Fix resolution of WSL files on Windows (#411 )
7
+ - Show color decorators for ` accent-* ` classes
8
+ - Support attributes with whitespace around the ` = ` character (#426 )
9
+ - Fix color decorators for ` var() ` fallbacks (#423 )
10
+ - Increase class list search range (#414 )
11
+
3
12
## 0.7.0
4
13
5
14
- Add support for Tailwind CSS v3 alpha (#424 )
Original file line number Diff line number Diff line change 5
5
"preview" : true ,
6
6
"author" : " Brad Cornes <hello@bradley.dev>" ,
7
7
"license" : " MIT" ,
8
- "version" : " 0.7.0 " ,
8
+ "version" : " 0.7.1 " ,
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