vue3-vant-mobile/postcss.config.js

9 lines
162 B
JavaScript

// postcss.config.js
module.exports = {
plugins: {
"autoprefixer": {},
'postcss-px-to-viewport-8-plugin': {
viewportWidth: 375
}
}
}