We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82d0d44 commit 5516e33Copy full SHA for 5516e33
packages/vscode-tailwindcss/CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.8.4
4
+
5
+- Fix overeager `<style>` detection (#543)
6
+- Fix dependencies `.map()` error
7
8
## 0.8.3
9
10
- Add [`experimental.configFile` setting](https://github.com/tailwindlabs/tailwindcss-intellisense#tailwindcssexperimentalconfigfile) (#541)
packages/vscode-tailwindcss/package.json
@@ -5,7 +5,7 @@
"preview": true,
"author": "Brad Cornes <[email protected]>",
"license": "MIT",
- "version": "0.8.3",
+ "version": "0.8.4",
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
"bugs": {
11
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",
0 commit comments