We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9762e commit 802c15dCopy full SHA for 802c15d
packages/vscode-tailwindcss/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.9.1
4
+
5
+- Fix variant completions when using a `DEFAULT` value with `matchVariant` (#635)
6
7
## 0.9.0
8
9
- Fix usage of absolute paths in `experimental.configFile` setting (#617)
packages/vscode-tailwindcss/package.json
@@ -5,7 +5,7 @@
"preview": true,
"author": "Brad Cornes <hello@bradley.dev>",
"license": "MIT",
- "version": "0.9.0",
+ "version": "0.9.1",
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
10
"bugs": {
11
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",
0 commit comments