inpaint-web / postcss.config.js
zhou20120904's picture
Upload 48 files
a62d4c5 verified
raw
history blame
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}