Skip to content

Commit

Permalink
docs(guides/styling): fix Tailwind CSS installation instructions (#5252)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Jan 25, 2023
1 parent c9ff7ef commit d0b1c74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
- aaronpowell96
- aaronshaf
- abereghici
- adamwathan
- abotsi
- accidentaldeveloper
- achinchen
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ module.exports = {
Then install Tailwind:

```sh
npm install -D tailwind
npm install -D tailwindcss
```

Initialize a config file:
Expand Down

0 comments on commit d0b1c74

Please sign in to comment.