From 0f5613b15717cecde62078bb1623816df24d117c Mon Sep 17 00:00:00 2001 From: Denis LE Date: Sat, 9 May 2020 21:48:32 +0200 Subject: [PATCH] tailwindcss must be installed --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b630e7..4289a40 100755 --- a/README.md +++ b/README.md @@ -51,4 +51,6 @@ 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`. +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/`)