ReportRaahat / frontend /postcss.config.mjs
ReportRaahat CI
Deploy from GitHub: cbc36259c5ce4062cd4e64b876308f9378e3ebe2
542c765
raw
history blame contribute delete
102 Bytes
const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}
export default config