zoe-frontend/postcss.config.js
2025-04-27 13:46:47 +08:00

6 lines
59 B
JavaScript

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