comfyui-deploy-demo / postcss.config.js
BennyKok's picture
Initial commit from Create Next App
5870c02
raw
history blame contribute delete
No virus
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}