Files
fibo-rule/h5-enginex-manager/postcss.config.js

6 lines
59 B
JavaScript
Raw Permalink Normal View History

2022-06-20 14:03:57 +08:00
module.exports = {
plugins: {
autoprefixer: {}
}
}