Merge pull request #101 from ledenis/patch-1

add to readme that tailwind.config.js is required
master
Brad Cornes 2020-06-11 15:48:58 +01:00 committed by GitHub
commit 51f516918f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 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">
## 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.