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

8 lines
94 B
JavaScript

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