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