gtsoft-snail-job-server/frontend/postcss.config.js

6 lines
59 B
JavaScript
Raw Normal View History

2023-01-14 21:02:18 +08:00
module.exports = {
plugins: {
autoprefixer: {}
}
}