-
-
Notifications
You must be signed in to change notification settings - Fork 423
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
Wrong tailwind.config.ts On Instruction for NextJS! #1158
Comments
Thanks for catching this - do you have the time to make a PR for this? Would be very helpful. Thank you! |
I could do one, just assign me to it.🙇♂️ |
@chocoscoding I'm not sure why people assume otherwise, but you are always welcome to work on any issue without needing to be assigned. PRs are always welcome |
thanks for the clarification |
Its the main tailwind config that needs to be updated and not the docs right? Also, can content be : so it works for both app and src directory |
@tulup-conner i would like a response |
Leave a note about older versions for users running them. resolve #1158
Leave a note about older versions for users running them. resolve #1158
Leave a note about older versions for users running them. resolve #1158
Leave a note about older versions for users running them. resolve #1158
https://github.com/themesberg/flowbite-react/blob/c51552a2e63e3f2709b0ee8aef5f7cedc3234941/content/docs/getting-started/nextjs.mdx#L37C16-L37C16
Please update to:
content: ['./node_modules/flowbite-react/lib/**/*.js', './pages/**/*.{ts,tsx}', './public/**/*.html'],
as that's the only thing that worked and made my nextjs project compile (nextjs 14.0.03).
I noticed that the starter project had a different value for content:
https://github.com/tulupinc/flowbite-next-starter/blob/7ce8ac533bc2910512d6a9dbefc30701c93ea43b/tailwind.config.ts#L5
The text was updated successfully, but these errors were encountered: