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