chatup / postcss.config.js
dvc890's picture
Duplicate from dvc890/chatup
a7b502d
Raw
History Blame Contribute Delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}