Files
hl_two/acs/qd - 副本/postcss.config.js

6 lines
59 B
JavaScript
Raw Normal View History

2022-08-29 16:09:25 +08:00
module.exports = {
plugins: {
autoprefixer: {}
}
}