Skip to content

Commit 35ec1b1

Browse files
committed
add requirements to readme (thanks @ledenis)
1 parent 442c113 commit 35ec1b1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/img/html.gif" alt="HTML autocompletion" width="750">
88

9+
## Requirements
10+
11+
This extension requires:
12+
- 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`.
13+
- `tailwindcss` to be installed (present in project `node_modules/`)
14+
915
## Features
1016

1117
Tailwind CSS IntelliSense uses your projects Tailwind installation and configuration to provide suggestions as you type.

0 commit comments

Comments
 (0)