vision-agent / postcss.config.js
MingruiZhang's picture
init
3ba9c0c unverified
raw
history blame
No virus
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}