razorshield-api / frontend /postcss.config.js
Vedant Sanjay Jadhav
feat: complete RazorShield Next.js landing page & risk console frontend
3b14f03
Raw
History Blame Contribute Delete
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};