oms-erp/front-end/postcss.config.js
2022-06-20 19:05:29 +08:00

6 lines
59 B
JavaScript

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