mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
cce01badd8
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>
6 lines
72 B
JavaScript
6 lines
72 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
"@tailwindcss/postcss": {},
|
|
},
|
|
};
|