coai/app/postcss.config.js
Zhang Minghan b96b2ee185 v2 moved
2023-09-06 11:21:10 +08:00

7 lines
80 B
JavaScript

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