vue3-vant-mobile/postcss.config.js

9 lines
158 B
JavaScript

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