Skip to content

Commit

Permalink
Merge pull request #30412 from yatishgoel/fix/nextjs-tailwind-link
Browse files Browse the repository at this point in the history
Docs: Update Next.js Tailwind example link
(cherry picked from commit 4c298be)
  • Loading branch information
jonniebigodes authored and storybook-bot committed Jan 31, 2025
1 parent 25edd7e commit 637f712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/get-started/frameworks/nextjs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ Storybook for Next.js is a [framework](../../contribute/framework.mdx) that make

Next.js lets you [customize PostCSS config](https://nextjs.org/docs/pages/building-your-application/configuring/post-css). Thus this framework will automatically handle your PostCSS config for you.

This allows for cool things like zero-config Tailwind! (See [Next.js' example](https://github.com/vercel/next.js/tree/canary/examples/with-tailwindcss))
This allows for cool things like zero-config Tailwind! (See [Next.js' example](https://github.com/vercel/next.js/tree/canary/packages/create-next-app/templates/default-tw))

## Absolute imports

Expand Down

0 comments on commit 637f712

Please sign in to comment.