Files
AI-Bill/apps/frontend/postcss.config.js

7 lines
80 B
JavaScript
Raw Permalink Normal View History

2025-11-01 09:24:26 +08:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}