File tree 2 files changed +11
-1
lines changed
packages/vscode-tailwindcss
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.9.0
4
+
5
+ - Fix usage of absolute paths in ` experimental.configFile ` setting (#617 )
6
+ - Fix IntelliSense when separator is ` -- ` (#628 )
7
+ - Improve support for ` theme ` CSS helper when not using quotes and/or using an opacity modifier (1b730cb)
8
+ - Add support for dynamic and parameterized variants (Tailwind v3.2) (d073bb9, f59adbe)
9
+ - Add support for ` @config ` (Tailwind v3.2) (bf57dd1)
10
+ - Bump bundled versions of ` tailwindcss ` and first-party plugins (315070a)
11
+ - Add automatic support for multi-config workspaces, including ` @config ` resolution (#633 )
12
+
3
13
## 0.8.7
4
14
5
15
- Support ` insiders ` versions of ` tailwindcss ` (#571 )
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.8.7 " ,
8
+ "version" : " 0.9.0 " ,
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