Skip to content

Commit

Permalink
chore(docs): include autoprefixer in tailwind install command (#30718)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonNiklasson committed Apr 6, 2021
1 parent 8950c4f commit c473abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/how-to/styling/tailwind-css.md
Expand Up @@ -21,7 +21,7 @@ This guide assumes that you have a Gatsby project set up. If you need to set up
### 1. Install Tailwind

```shell
npm install tailwindcss --save-dev
npm install tailwindcss autoprefixer --save-dev
```

### 2. Generate Tailwind config file (optional)
Expand Down

0 comments on commit c473abf

Please sign in to comment.