RAG_project_frontend / postcss.config.mjs
anhkhoiphan's picture
deploy: 2026-06-04 13:41:54
f104cdd
Raw
History Blame Contribute Delete
94 Bytes
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;