Skip to content

Commit 96d74c8

Browse files
authored
Update Next.js <> Tailwind guide. (#781)
1 parent 8844a16 commit 96d74c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pages/docs/guides/nextjs.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ tool: Next.js
88
reference:
99
name: Create Next App
1010
link: https://nextjs.org/docs/api-reference/create-next-app
11-
script: npx create-next-app
11+
script: npx create-next-app -e with-tailwindcss
1212
```
1313

14+
This will automatically configure your Tailwind setup based on the official Next.js example. If you'd like to configure Tailwind manually, continue with the rest of this guide.
15+
1416
---
1517

1618
```preval setup

0 commit comments

Comments
 (0)