bingo01 / postcss.config.js
nning520's picture
Duplicate from hf4all/bingo
3f9f5e1
raw
history blame
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}