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