2 Star 0 Fork 0

王昊龙/nuodinghan

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.postcssrc.js 343 Bytes
一键复制 编辑 原始数据 按行查看 历史
王昊龙 提交于 2021-11-21 17:53 . 诺丁汉更新
// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
"plugins": {
'autoprefixer': {
browsers: ['Android >= 4.0', 'iOS >= 7']
},
'postcss-pxtorem': {
rootValue: 18,//结果为:设计稿元素尺寸/16,比如元素宽320px,最终页面会换算成 20rem
propList: ['*']
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/whl0519/nuodinghan.git
git@gitee.com:whl0519/nuodinghan.git
whl0519
nuodinghan
nuodinghan
master

搜索帮助