1 Star 0 Fork 0

张十九/艾坛论

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
postcss.config.js 428 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhangersh 提交于 2022-11-17 09:56 . cg
module.exports = {
plugins: {
// ...
'postcss-px-to-viewport': {
unitToConvert: 'px',
viewportWidth: 375,
unitPrecision: 5,
propList: ['*'],
viewportUnit: 'vw',
fontViewportUnit: 'vw',
selectorBlackList: [],
minPixelValue: 1,
mediaQuery: false,
replace: true,
exclude: undefined,
include: undefined,
landscape: false,
landscapeUnit: 'vw',
landscapeWidth: 568
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zhangshijui/ai-tan-theory.git
git@gitee.com:zhangshijui/ai-tan-theory.git
zhangshijui
ai-tan-theory
艾坛论
master

搜索帮助