Files
cmdb/cmdb-ui/postcss.config.js
2023-07-10 20:13:39 +08:00

6 lines
59 B
Python

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