fix: tailwind build error (#37728)

We changed to default to ESM imports a while ago, which means local
builds are now breaking because the Tailwind uses a require. Changed to
CJS for Tailwind config file. (I have no idea how this has been working
on Vercel all this time.)
This commit is contained in:
Charis
2025-08-07 08:19:24 -04:00
committed by GitHub
parent 1ea8c656db
commit e8ef545d28