Home

tailwind-ctp-intellisense @master - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tree log patch
Merge pull request #101 from ledenis/patch-1 add to readme that tailwind.config.js is required
Signature
-----BEGIN PGP SIGNATURE----- wsBcBAABCAAQBQJe4kRaCRBK7hj4Ov3rIwAAdHIIAH82JvbvNrmR3Kq2gdjEYlek ZOFhHm0mkZxFX1xXdNAQG6C9fPMkTtagSjTnhKr7AxqDNmbbwSdgB64NXU+zfgDx zpxXhKArB6ivDVKjzM/slYK9fUPVVQbmvjGo7Jn0qkCSHQOMHJZcYxKkAHDbc8nY kwMrfs8cKGnQV7R2weXBEorM28fLA1MSL7xhhLJz8eQb5ulCbDYulYwEaIYtYPHA 0cHaG3/T3lb6/+F45oOKHzQMlZdQn6CttlDSLbYrdukaS0Z61WTAhzeQ3bjspNIm g7ylBDZFcfv1VT3ECohbapqmdJXx92an0cNt6UeOv0VL7eKYrVIzSeqaxySIfBs= =iEZC -----END PGP SIGNATURE-----
Brad Cornes <bradlc41@gmail.com>
4 years ago
1 changed files, 6 additions(+), 0 deletions(-)
M README.md -> README.md
diff --git a/README.md b/README.md
index f766281b17269168b2bfc6fd931b1652b0f3e241..2a636f93c335b9db07aafd50987de80e386caa2d 100755
--- a/README.md
+++ b/README.md
@@ -6,6 +6,12 @@ **[Get it from the VS Code Marketplace →](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)**
 
 <img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/img/html.gif" alt="HTML autocompletion" width="750">
 
+## Requirements
+
+This extension requires:
+* a `tailwind.config.js` file to be [present in your project folder](https://github.com/bradlc/vscode-tailwindcss/blob/master/package.json#L26). You can create it with `npx tailwind init`.
+* `tailwindcss` to be installed (present in project `node_modules/`)
+
 ## Features
 
 Tailwind CSS IntelliSense uses your projects Tailwind installation and configuration to provide suggestions as you type.