tailwindlabs/tailwindcss-setup-examples

The tailwindcss example is very wrong now

pkellner opened this issue · 1 comments

If I have time I'll update it, but I'm busy on some deadlines right now and don't have the time to do it. Specifically, on the tailwindcss web page, there are details about nextjs 9 vs 10. https://tailwindcss.com/docs/guides/nextjs

The example shows for nextjs 9.2.2. 9.5.5 had lots of problems with css and if you install the compat patch, you get a high serverity warning. Further, you can remove the patch by taking tailwind out of the dependencies section of package.json, but still a hot mess.

This example really needs to be updated to NextJS 10.

https://github.com/tailwindlabs/tailwindcss-setup-examples/tree/master/examples/nextjs

This whole repo is really out of date, will likely just archive it soon. Instead follow the integration guides in our documentation 👍🏻