Files
ycc-proxy-webview/postcss.config.js
2025-11-27 13:19:45 +08:00

7 lines
93 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};