ReproAgent / frontend /postcss.config.js
Yusufarsh's picture
Upload 82 files
1f2014b verified
raw
history blame contribute delete
87 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};