From 35ec1b17224ed778d450e0eaa4e95cfecdcec711 Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Thu, 11 Jun 2020 16:13:49 +0100 Subject: [PATCH] add requirements to readme (thanks @ledenis) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 04b1527..27cc6e8 100644 --- 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#L38). 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.