jam-tracks / frontend /postcss.config.js
Mina Emadi
updated the MVP-Initial upload
a0fcd39
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}