easypay-admin/postcss.config.js
2023-12-20 21:43:49 +08:00

6 lines
59 B
JavaScript

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