Skip to content

Commit e74b5a7

Browse files
authored
add to readme that tailwind.config.js is required
fix #74
1 parent f5dfe02 commit e74b5a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,7 @@ Before:
4848
After:
4949

5050
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/img/css-highlighting-after.png" alt="CSS syntax highlighting after" width="400">
51+
52+
## Requirements
53+
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`.

0 commit comments

Comments
 (0)