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