Home

tailwind-ctp-intellisense @master - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tree log patch
add to readme that tailwind.config.js is required fix #74
Signature
-----BEGIN PGP SIGNATURE----- wsBcBAABCAAQBQJef5JCCRBK7hj4Ov3rIwAAdHIIAG4kEJAb0iMIobn0TqHZ7zPu 3uj+MLwBjWJ4GWFhyvnUG95Nr9vBTG2OSCE+Snkdl97u9igpTzHDKG3kCVDm7sph jttTRIq0jX+7omdEEL8Lgsy8kXOhz3Rx0vi42kwYuv35SMDMt89+nYHebIk39GQr +fW9nGQg4g8aiN5aee24ImQ/crgkjlegrvpwL3KAidoTuaWCnZY+NRHVxkVoNA4Q EYTSrZ0EHVPxu7gyGm9YDBh2rSAQimkU6UtlJflhvxRr3hMpZJHCzoyMLWcVXOLO Qk4JDSvbqv46V2Sj1/Q5HodMMKTonv5kryNuIQPrTZFZISBYdY/+gtT+/NZxnAM= =ntIZ -----END PGP SIGNATURE-----
Denis LE <ledenis@users.noreply.github.com>
4 years ago
1 changed files, 4 additions(+), 0 deletions(-)
M README.md -> README.md
diff --git a/README.md b/README.md
index f766281b17269168b2bfc6fd931b1652b0f3e241..4b630e78901c840030d1eb689acb076eab94f765 100755
--- a/README.md
+++ b/README.md
@@ -48,3 +48,7 @@
 After:
 
 <img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/img/css-highlighting-after.png" alt="CSS syntax highlighting after" width="400">
+
+## 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`.