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