bingo / postcss.config.js
y2a0n2g3's picture
Duplicate from hf4all/bingo
af77e2d
Raw
History Blame Contribute Delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}