mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
5 lines
112 B
JavaScript
5 lines
112 B
JavaScript
/** @type {import('postcss').Postcss} */
|
|
module.exports = {
|
|
plugins: { tailwindcss: {}, autoprefixer: {} },
|
|
}
|