tydata-webview/postcss.config.js
2025-01-20 16:39:00 +08:00

7 lines
93 B
JavaScript

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