oms-erp/front-end/postcss.config.js

6 lines
59 B
JavaScript
Raw Normal View History

2022-06-20 19:05:29 +08:00
module.exports = {
plugins: {
autoprefixer: {}
}
}