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