Gateprep / frontend /postcss.config.js
suraj6045
initial commit
29bcc71
Raw
History Blame Contribute Delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}