Home

tailwind-ctp-intellisense @master - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tree log patch
Move requirements section over features section
Signature
-----BEGIN PGP SIGNATURE----- wsBcBAABCAAQBQJewXPMCRBK7hj4Ov3rIwAAdHIIABYv1Y0WqL7kTdBX9a1gnOtl 8J031/4KY+nJRO8qY9FJcp1KaS9mQqFzdPzTo/zUlMxvysMiOyOSsFWJP2TzqIBH SJQh4Zm29QtxmcfuiUENf8W3eZyz/+TtfacozWVIubDVEmdbsADvm8TfbsgoWyZX R34TMQspQen0thEJDFOS4aSEDZoTfa8/apI9wKrtSexJwstIZhIClXMMcqwB4/dz Z14QIXbj/JDKElOqU2oX4XgJ7Zl6YqfZgVxt+iuUaeRMRmDUcra5iKsuwLxJnX0x XmjQNieAI0qqUp7Ekub8z/cf9a6RpxyH7mgAMCS1q6T5YWeCJu4Jvdc206+aejs= =ab8H -----END PGP SIGNATURE-----
Denis LE <ledenis@users.noreply.github.com>
4 years ago
1 changed files, 6 additions(+), 6 deletions(-)
M README.md -> README.md
diff --git a/README.md b/README.md
index 4289a40891edc95aaeadb5280806c383ac9a18e3..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.
@@ -48,9 +54,3 @@
 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`.
-* `tailwindcss` to be installed (present in project `node_modules/`)