Files
ss-crm-manage-web/postcss.config.js
2024-04-28 16:20:45 +08:00

6 lines
59 B
JavaScript

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