Files
nanYangWoLong/acs/qd/postcss.config.js

6 lines
59 B
JavaScript
Raw Normal View History

2023-06-12 13:51:11 +08:00
module.exports = {
plugins: {
autoprefixer: {}
}
}