deploy-ease-platform/frontend/postcss.config.js
dengqichen 4b3015f374 1
2024-12-27 16:27:05 +08:00

7 lines
80 B
JavaScript

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