cube-ui / question-answer

Q&A for cube-ui
16 stars 7 forks source link

设计稿750px的适配问题 #86

Open wangjuanlsx opened 4 years ago

wangjuanlsx commented 4 years ago

设计稿是750px; 使用 postcss-design-convert 插件转化,没有效果,module.exports = { plugins: { autoprefixer: {}, 'postcss-px2rem': { remUnit: 75 }, 'postcss-design-convert' : { multiple: 2, units: ['rem'], selector: /.cube-/ } } }

wangjuanlsx commented 4 years ago

module.exports = { plugins: { autoprefixer: {}, 'postcss-design-convert' : { multiple: 2, units: ['rem'], selector: /.cube-/ }, 'postcss-px2rem': { remUnit: 75 } } }

调换一下这两个的位置就解决了