shop_12_wireui/postcss.config.js

7 lines
93 B
JavaScript
Raw Permalink Normal View History

2025-04-22 13:30:19 +08:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};