99AI/admin/postcss.config.js
2025-05-31 02:28:46 +08:00

6 lines
60 B
JavaScript
Executable File

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