EMS2.0-Documents/1.源代码/APP源代码/IEMS-APP/postcss.config.js

6 lines
59 B
JavaScript
Raw Permalink Normal View History

2024-11-28 09:29:02 +08:00
module.exports = {
plugins: {
autoprefixer: {}
}
}