Skip to content

Commit 30eb3dc

Browse files
committed
0.14.24
1 parent 87f5e04 commit 30eb3dc

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

packages/tailwindcss-language-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tailwindcss/language-server",
3-
"version": "0.14.23",
3+
"version": "0.14.24",
44
"description": "Tailwind CSS Language Server",
55
"license": "MIT",
66
"repository": {

packages/tailwindcss-language-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tailwindcss/language-service",
3-
"version": "0.14.23",
3+
"version": "0.14.24",
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",
66
"files": [

packages/vscode-tailwindcss/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
- Nothing yet!
66

7+
## 0.14.24
8+
9+
- Fix highlighting when theme namespaces are used inside `--value()` and `--modifier()` ([#1420](https://github.com/tailwindlabs/tailwindcss-intellisense/pull/1420))
10+
711
## 0.14.23
812

913
- Highlight CSS variables correctly inside `@theme` ([#1409](https://github.com/tailwindlabs/tailwindcss-intellisense/pull/1409))

packages/vscode-tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-tailwindcss",
3-
"version": "0.14.23",
3+
"version": "0.14.24",
44
"displayName": "Tailwind CSS IntelliSense",
55
"description": "Intelligent Tailwind CSS tooling for VS Code",
66
"author": "Brad Cornes <[email protected]>",

0 commit comments

Comments
 (0)