We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff52e81 commit 31393e6Copy full SHA for 31393e6
packages/vscode-tailwindcss/CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.7.5
4
+
5
+- Add bundled version of `tailwindcss`. The extension will use this version if `tailwindcss` cannot be resolved within the workspace
6
+- Add [`tailwindCSS.files.exclude` setting](https://github.com/tailwindlabs/tailwindcss-intellisense#tailwindcssfilesexclude)
7
8
## 0.7.4
9
10
- Update icon
packages/vscode-tailwindcss/package.json
@@ -5,7 +5,7 @@
"preview": true,
"author": "Brad Cornes <hello@bradley.dev>",
"license": "MIT",
- "version": "0.7.4",
+ "version": "0.7.5",
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
"bugs": {
11
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",
0 commit comments