tyc-webview/postcss.config.js

7 lines
93 B
JavaScript
Raw Normal View History

2025-04-03 15:55:30 +08:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};