font-end/postcss.config.js
zhangyanan cb64990550 1
2025-09-03 17:05:34 +08:00

6 lines
59 B
JavaScript

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