AI_Resume_Scanner / frontend /postcss.config.mjs
majidali1256's picture
feat(step-6): Next.js frontend dashboard with Framer Motion animations & responsive UI
3ef3535
Raw
History Blame Contribute Delete
94 Bytes
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;