1
0
mirror of https://github.com/veops/cmdb.git synced 2025-08-08 07:25:08 +08:00
Files
cmdb/cmdb-ui/postcss.config.js
2023-07-10 20:07:20 +08:00

6 lines
59 B
JavaScript

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