Files
vercel__next.js/examples/with-mongodb/postcss.config.js
Jesse Hall cce01badd8 examples(with-mongodb): upgrade to tailwind v4 (#83225)
Upgraded to tailwind 4 and updated react version and dependencies.

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Jiwon Choi <devjiwonchoi@gmail.com>
Co-authored-by: Michael Arguin <michael.arguin@vercel.com>
2025-09-03 09:12:33 +02:00

6 lines
72 B
JavaScript

module.exports = {
plugins: {
"@tailwindcss/postcss": {},
},
};