Skip to content

Commit 49c3001

Browse files
committed
Revert "chore: update change.log and readme"
This reverts commit 75a1e72.
1 parent da183bc commit 49c3001

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

packages/vscode-tailwindcss/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
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-
117
## 0.12.5
128

139
- 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,cts,mts}` 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}` in your workspace.
1010

1111
## Features
1212

0 commit comments

Comments
 (0)