dataease-dm/core/core-frontend/postcss.config.js

6 lines
59 B
Java
Raw Normal View History

2023-10-23 22:00:14 +08:00
module.exports = {
plugins: {
autoprefixer: {}
}
}