gis-bi/core/core-frontend/postcss.config.js

6 lines
59 B
Java
Raw Normal View History

2025-02-27 14:44:08 +08:00
module.exports = {
plugins: {
autoprefixer: {}
}
}