Files
tyass-webview/report-viewer/postcss.config.js

8 lines
94 B
JavaScript
Raw Normal View History

2026-02-27 12:24:34 +08:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};