claude-code-proxy/web/postcss.config.js
Seif Ghazi ae71ec4f72
Ready
2025-06-29 20:50:04 -04:00

6 lines
81 B
JavaScript

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