Skip to content

Commit 1c49bfb

Browse files
authored
Move requirements section over features section
1 parent 0f5613b commit 1c49bfb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/img/html.gif" alt="HTML autocompletion" width="750">
88

9+
## Requirements
10+
11+
This extension requires:
12+
* 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`.
13+
* `tailwindcss` to be installed (present in project `node_modules/`)
14+
915
## Features
1016

1117
Tailwind CSS IntelliSense uses your projects Tailwind installation and configuration to provide suggestions as you type.
@@ -48,9 +54,3 @@ Before:
4854
After:
4955

5056
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/img/css-highlighting-after.png" alt="CSS syntax highlighting after" width="400">
51-
52-
## Requirements
53-
54-
This extension requires:
55-
* 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`.
56-
* `tailwindcss` to be installed (present in project `node_modules/`)

0 commit comments

Comments
 (0)