From e74b5a7c1a42b7e03da2855b23a57ea87b3fc066 Mon Sep 17 00:00:00 2001 From: Denis LE Date: Sat, 28 Mar 2020 19:06:58 +0100 Subject: [PATCH] add to readme that tailwind.config.js is required fix #74 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f766281..4b630e7 100755 --- a/README.md +++ b/README.md @@ -48,3 +48,7 @@ Before: After: CSS syntax highlighting 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`.