Home

tailwind-ctp-intellisense @master - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tree log patch
Update README.md
Signature
-----BEGIN PGP SIGNATURE----- wsBcBAABCAAQBQJk1OxnCRBK7hj4Ov3rIwAAwGQIAELt9K6oHZYpc/EMZ52R9nRh CXQAZgSTi+IVtM/0cTekPI1781TLTQHVTLBdR6srOfcGWp90AmVPF+3C9AcABwHt OeQnNN/GsqGc4a7ctf0UvruQA6Oenk2716EVmJvbU3sMC/VIwNfb8QMPC/404JH5 YY5A6fUiptc91OnvUFAttHQMwUWKBDbnWz73vu/CCLP/L2t/lWP4Kp9TZFXEnXT8 tRbROxHp8TVw3a7+FREJDBJlLQmKHWxdfawZgdRTMYdeEzrp0FXZDgT4dAOYim58 zjy1EWZaOwv7FsEZbpjKTCYMa1d5s6HS6Wmy0A+uFQn6V5O2AMdqX/ZlAzvoeDc= =5Ym2 -----END PGP SIGNATURE-----
Brad Cornes <hello@bradley.dev>
1 year ago
1 changed files, 3 additions(+), 3 deletions(-)
M packages/vscode-tailwindcss/README.md -> packages/vscode-tailwindcss/README.md
diff --git a/packages/vscode-tailwindcss/README.md b/packages/vscode-tailwindcss/README.md
index 7b44f389e7271291ce7520b950772627ca59f140..af40434f59b9c64bcbda3012e60cc46bfc962bd6 100644
--- a/packages/vscode-tailwindcss/README.md
+++ b/packages/vscode-tailwindcss/README.md
@@ -6,7 +6,7 @@ ## Installation
 
 **[Install via the Visual Studio Code Marketplace →](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)**
 
-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` or `tailwind.config.cjs` in your workspace.
+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.
 
 ## Features
 
@@ -154,7 +154,7 @@ ### `tailwindCSS.experimental.configFile`
 
 **Default: `null`**
 
-By default the extension will automatically use the first `tailwind.config.js` or `tailwind.config.cjs` file that it can find to provide Tailwind CSS IntelliSense. Use this setting to manually specify the config file(s) yourself instead.
+By default the extension will automatically use the first `tailwind.config.{js,cjs,mjs,ts}` file that it can find to provide Tailwind CSS IntelliSense. Use this setting to manually specify the config file(s) yourself instead.
 
 If your project contains a single Tailwind config file you can specify a string value:
 
@@ -176,7 +176,7 @@
 If you’re having issues getting the IntelliSense features to activate, there are a few things you can check:
 
 Intelligent suggestions for class names, as well as [CSS functions and directives](https://tailwindcss.com/docs/functions-and-directives/).
-<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/packages/vscode-tailwindcss/.github/banner.png" alt="" />
+## Features
 - Ensure that the `tailwindcss` module is installed in your workspace, via `npm`, `yarn`, or `pnpm`.
 - Make sure your VS Code settings aren’t causing your Tailwind config file to be hidden/ignored, for example via the `files.exclude` or `files.watcherExclude` settings.
 - Take a look at the language server output by running the `Tailwind CSS: Show Output` command from the command palette. This may show errors that are preventing the extension from activating.