comfyui-deploy/web/postcss.config.js
2023-12-09 00:10:59 +08:00

7 lines
83 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};