We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f202bab commit 9ccc34dCopy full SHA for 9ccc34d
packages/vscode-tailwindcss/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+Nothing yet.
6
7
+## 0.10.0
8
9
+- Fix `classRegex` offset (#846)
10
+- Fix language server initialisation outside of VS Code (#803)
11
+- Fix recommended variant order linting in Tailwind v2 (#849)
12
13
## 0.9.13
14
15
- Fix CSS conflict regression (#842)
packages/vscode-tailwindcss/package.json
@@ -4,7 +4,7 @@
"description": "Intelligent Tailwind CSS tooling for VS Code",
"author": "Brad Cornes <hello@bradley.dev>",
"license": "MIT",
- "version": "0.9.13",
+ "version": "0.10.0",
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
"bugs": {
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",
0 commit comments