From 1c49bfb99807c36ee56a1afb4f8e22c85521ab35 Mon Sep 17 00:00:00 2001 From: Denis LE Date: Sun, 17 May 2020 19:26:36 +0200 Subject: [PATCH] Move requirements section over features section --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4289a40..2a636f9 100755 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ HTML autocompletion +## 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 @@ Before: After: CSS syntax highlighting after - -## 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/`)