code-crawler / frontend /postcss.config.mjs
Asish Karthikeya Gogineni
feat: Add Next.js frontend with Framer Motion animations
7a7972b
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;