File tree 2 files changed +14
-1
lines changed
packages/vscode-tailwindcss
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.9.2
4
+
5
+ - Fix ` @layer ` syntax highlighting (#637 )
6
+ - Improve extraction for variable colors (#638 )
7
+ - Improve ` experimental.configFile ` in multi-root workspaces (#640 )
8
+ - Add documentation for ` @config ` completion (ea5aff5)
9
+ - Boot language servers for nested workspace folders (#642 )
10
+ - Remove ` typescript ` from default languages (#645 )
11
+ - Fix duplicate color decorators (#652 )
12
+ - Improve theme helper detection (#655 )
13
+ - Add class modifier completions (#686 )
14
+ - Bump bundled version of ` tailwindcss ` to ` 3.2.4 ` (f07eedd)
15
+
3
16
## 0.9.1
4
17
5
18
- Fix variant completions when using a ` DEFAULT ` value with ` matchVariant ` (#635 )
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.9.1 " ,
8
+ "version" : " 0.9.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