Files
ycc-proxy-webview/postcss.config.js

7 lines
93 B
JavaScript
Raw Permalink Normal View History

2025-11-27 13:19:45 +08:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};