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