Skip to content

Commit 51f5169

Browse files
authored
Merge pull request #101 from ledenis/patch-1
add to readme that tailwind.config.js is required
2 parents f5dfe02 + 1c49bfb commit 51f5169

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
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#L26). 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)