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