inspect-front/postcss.config.js
2025-02-11 17:00:01 +08:00

6 lines
59 B
JavaScript

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