1 Star 0 Fork 0

wflee/vue-vant

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
postcss.config.js 390 Bytes
一键复制 编辑 原始数据 按行查看 历史
wflee 提交于 2020-07-21 11:25 . config:基础框架搭建
module.exports = {
plugins: {
autoprefixer: {},
'postcss-pxtorem': {
// 一般根据设计稿的 1/10来取值, 因为使用的是vant框架,推荐使用37.5,许多公司设计稿是750的,可以设置为75
rootValue: 37.5,
// 需要被转换的属性
propList: ['*'],
// 不进行px转换的选择器
selectorBlackList: []
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wflee/vue-vant.git
git@gitee.com:wflee/vue-vant.git
wflee
vue-vant
vue-vant
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385