bingo / postcss.config.js
chase535
同步上游更新
962a3ab
raw
history blame
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}