Skip to content

Commit

Permalink
Update README.md (#41959)
Browse files Browse the repository at this point in the history
Yarn command has been updated on README.md
  • Loading branch information
serkanbektas committed Oct 27, 2022
1 parent b512f8d commit 227c35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-turbopack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This playground is a mirror of the [Next.js v13 App Directory Playground](https:
**Note:** The playground uses [Tailwind CSS](https://tailwindcss.com). However, Turbopack does not yet support fully [PostCSS](https://turbo.build/pack/docs/features/css#postcss), but it does support CSS and CSS Modules. [As a workaround](https://turbo.build/pack/docs/features/css#tailwind-css), we run Tailwind through it's CLI upon `postinstall`. For live reload of CSS, you can run Tailwind in another process with the `--watch` flag or install `concurrently` and modify your `dev` script:

```bash
yarn install concurrently --dev
yarn add concurrently --dev
```

Then modify your `dev` script in `package.json`:
Expand Down

0 comments on commit 227c35c

Please sign in to comment.