web/manager/postcss.config.js
2021-05-13 10:56:04 +08:00

6 lines
59 B
JavaScript

module.exports = {
plugins: {
autoprefixer: {}
}
}