Move requirements section over features section

master
Denis LE 2020-05-17 19:26:36 +02:00 committed by GitHub
parent 0f5613b157
commit 1c49bfb998
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -6,6 +6,12 @@
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/img/html.gif" alt="HTML autocompletion" width="750"> <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 ## Features
Tailwind CSS IntelliSense uses your projects Tailwind installation and configuration to provide suggestions as you type. Tailwind CSS IntelliSense uses your projects Tailwind installation and configuration to provide suggestions as you type.
@ -48,9 +54,3 @@ Before:
After: After:
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/img/css-highlighting-after.png" alt="CSS syntax highlighting after" width="400"> <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/`)