gtsoft-snail-job-server/frontend/postcss.config.js
2023-01-14 21:02:18 +08:00

6 lines
59 B
JavaScript

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