xtraderClient/postcss.config.js
2026-03-18 10:36:33 +08:00

6 lines
59 B
JavaScript

export default {
plugins: {
autoprefixer: {},
},
}