Skip to content

Commit 0f5613b

Browse files
authored
tailwindcss must be installed
1 parent e74b5a7 commit 0f5613b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,6 @@ After:
5151

5252
## Requirements
5353

54-
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`.
54+
This extension requires:
55+
* 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`.
56+
* `tailwindcss` to be installed (present in project `node_modules/`)

0 commit comments

Comments
 (0)