Files
doc_ai_frontend/postcss.config.js

7 lines
81 B
JavaScript
Raw Permalink Normal View History

2025-12-22 17:37:41 +08:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};