SourceTermAnalysisSystem_vue/postcss.config.js
2025-07-16 11:41:36 +08:00

6 lines
62 B
JavaScript

module.exports = {
plugins: {
autoprefixer: {},
},
};