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