Skip to content

Docs: Add link to v4 docs in content-configuration.mdx #2152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/pages/docs/content-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -647,3 +647,5 @@ You can use packages like `npm-run-all` or `concurrently` to compile your CSS al
```

Either way, please be sure to [check for an existing issue](https://github.com/tailwindlabs/tailwindcss/issues) or [open a new one](https://github.com/tailwindlabs/tailwindcss/issues/new/choose) so we can figure out the problem and try to improve compatibility with whatever tool you are using.

Finally, double check that you are using Tailwind v3 as Tailwind v4 ignores `tailwind.config.js` altogether, and follow the [relevant documentation for Tailwind v4](https://tailwindcss.com/docs/detecting-classes-in-source-files) if applicable.