transcreation-frontend / client /postcss.config.js
Tristan Yu
Fix TypeScript errors for image support in Week 2 tutorial tasks
9ff626c
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}