Files
better-auth/demo/nextjs/postcss.config.mjs
Alex Yang 809f82cb1e Reapply "chore: bump tailwindcss to v4 (#4681)"
This reverts commit d1fe10962079c82920ea078a9847f65a59907b81.
2025-09-28 15:23:24 -07:00

6 lines
66 B
JavaScript

export default {
plugins: {
"@tailwindcss/postcss": {},
},
};