Skip to content

Commit 75a1e72

Browse files
committed
chore: update change.log and readme
1 parent ae427c1 commit 75a1e72

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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.12.6
8+
9+
- Add support for .cts and .mts config files ([#1025](https://github.com/tailwindlabs/tailwindcss-intellisense/pull/1025))
10+
711
## 0.12.5
812

913
- Use paths relative to opened folder when searching for projects ([#1013](https://github.com/tailwindlabs/tailwindcss-intellisense/pull/1013))

packages/vscode-tailwindcss/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Tailwind CSS IntelliSense enhances the Tailwind development experience by provid
66

77
**[Install via the Visual Studio Code Marketplace →](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)**
88

9-
In order for the extension to activate you must have [`tailwindcss` installed](https://tailwindcss.com/docs/installation) and a [Tailwind config file](https://tailwindcss.com/docs/installation#create-your-configuration-file) named `tailwind.config.{js,cjs,mjs,ts}` in your workspace.
9+
In order for the extension to activate you must have [`tailwindcss` installed](https://tailwindcss.com/docs/installation) and a [Tailwind config file](https://tailwindcss.com/docs/installation#create-your-configuration-file) named `tailwind.config.{js,cjs,mjs,ts,cts,mts}` in your workspace.
1010

1111
## Features
1212

0 commit comments

Comments
 (0)