community-management/postcss.config.js
2025-04-02 10:13:46 +08:00

7 lines
93 B
JavaScript

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