Skip to content

Commit

Permalink
tailwindcss must be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
ledenis authored May 9, 2020
1 parent e74b5a7 commit 0f5613b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,6 @@ 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`.
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`.
* `tailwindcss` to be installed (present in project `node_modules/`)

0 comments on commit 0f5613b

Please sign in to comment.