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