Files
tydata-webview-v2/report-viewer/postcss.config.js

8 lines
94 B
JavaScript
Raw Normal View History

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