CreepURL / frontend /postcss.config.js
Dipan04's picture
Initial commit
d6e2363
Raw
History Blame Contribute Delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}