diff --git a/README.md b/README.md index 2a636f93c335b9db07aafd50987de80e386caa2d..4289a40891edc95aaeadb5280806c383ac9a18e3 100755 --- a/README.md +++ b/README.md @@ -6,12 +6,6 @@ **[Get it from the VS Code Marketplace →](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)** HTML autocompletion -## 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`. -* `tailwindcss` to be installed (present in project `node_modules/`) - ## Features Tailwind CSS IntelliSense uses your projects Tailwind installation and configuration to provide suggestions as you type. @@ -54,3 +48,9 @@ After: CSS syntax highlighting 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`. +* `tailwindcss` to be installed (present in project `node_modules/`)