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