qnc-webview-tob/postcss.config.js
2025-03-08 15:26:04 +08:00

7 lines
93 B
JavaScript

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