tailwind-ctp-intellisense @master -
refs -
log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
v0.6.6
3 changed files, 11 additions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 64c1ea9f4cdfad1c28bd6463fccdf6c9d38f9b77..1b7d432e51455eecda7574768e06040867ae63ef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+# Changelog
+
+## 0.6.6
+
+- [JIT] Show `rem` pixel equivalents in completion item details (#332)
+- [JIT] Fix initialisation when `mode` is set in a preset (#333)
+- Fix completions and hovers inside `<style>` in JavaScript files (#334)
+## 0.6.1
# Changelog
## 0.6.5
diff --git a/package-lock.json b/package-lock.json
index 93418914d45e531188883940b4b96e673161f4d2..30ea2da7f7362a942bf178245be08e64bec5a6ec 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "vscode-tailwindcss",
- "version": "0.6.5",
+ "version": "0.6.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vscode-tailwindcss",
- "version": "0.6.5",
+ "version": "0.6.6",
"license": "MIT",
"dependencies": {
"@ctrl/tinycolor": "3.1.4",
diff --git a/package.json b/package.json
index a4f03fe131c0a606c3d845c4f454ea971c8b6a44..0b0b1ca6e3a1a3f78a101f0a39a670e72bcd8213 100755
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@ "description": "Intelligent Tailwind CSS tooling for VS Code",
"preview": true,
"author": "Brad Cornes <hello@bradley.dev>",
"license": "MIT",
- "version": "0.6.5",
+ "version": "0.6.6",
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
"bugs": {
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",