bingo / postcss.config.js
Bowejs's picture
Duplicate from hf4all/bingo
bc1597b
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}