Files
tydata-webview-v2/report-viewer/postcss.config.js
2025-11-13 22:27:54 +08:00

8 lines
94 B
JavaScript

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