Skip to content

Commit

Permalink
Move requirements section over features section
Browse files Browse the repository at this point in the history
  • Loading branch information
ledenis committed May 17, 2020
1 parent 0f5613b commit 1c49bfb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

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

## 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.
Expand Down Expand Up @@ -48,9 +54,3 @@ Before:
After:

<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/img/css-highlighting-after.png" alt="CSS syntax highlighting after" width="400">

## 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/`)

0 comments on commit 1c49bfb

Please sign in to comment.