fpAI-komposin / fe /postcss.config.mjs
orang-sukses
KomposIn: waste classification app (FastAPI backend + Next.js frontend)
3837dbf
Raw
History Blame Contribute Delete
94 Bytes
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;