Compost / frontend /postcss.config.js
abc1181's picture
Add dynamic auth configs, connect page, Next.js frontend
7657e9f
Raw
History Blame Contribute Delete
81 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}