qnc-webview/postcss.config.js
2024-12-24 11:28:23 +08:00

7 lines
93 B
JavaScript

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