Browse Source

Merge branch 'guoqiang' into test

test
zhaoguoqiang 3 years ago
parent
commit
0cf4b236ed
  1. 3
      postcss.config.js

3
postcss.config.js

@ -4,7 +4,8 @@ const unit = require('./src/config/translatedUnit_server');
module.exports = ({ module.exports = ({
file file
}) => { }) => {
const designWidth = file.dirname.includes(path.join('node_modules', 'vant')) ? 350 : 750;
// const designWidth = file.dirname.includes(path.join('node_modules', 'vant')) ? 350 : 750;
const designWidth = file.dirname.includes('node_modules/vant') ? 375 : 750;
return { return {
plugins: { plugins: {
autoprefixer: {}, autoprefixer: {},

Loading…
Cancel
Save