Files
AI-Expert-Sidebar/frontend/postcss.config.js
T
2026-04-01 14:09:33 +08:00

7 lines
80 B
JavaScript

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