Files
tyc-webview-v2/postcss.config.js
2026-01-22 16:03:28 +08:00

7 lines
93 B
JavaScript

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