1 Star 0 Fork 0

zybiao/vue3-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
postcss.config.js 614 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhengyongbiao 提交于 2021-04-14 09:05 . 初始化代码
module.exports = {
plugins: {
"postcss-px-to-viewport": {
viewportWidth: 375, // (Number) The width of the viewport.
viewportHeight: 667, // (Number) The height of the viewport.
unitPrecision: 5, // (Number) The decimal numbers to allow the REM units to grow to.
viewportUnit: "vw", // (String) Expected units.
selectorBlackList: [".ignore", ".hairlines"], // (Array) The selectors to ignore and leave as px.
minPixelValue: 1, // (Number) Set the minimum pixel value to replace.
mediaQuery: false // (Boolean) Allow px to be converted in media queries.
}
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/z31226/vue3-demo.git
git@gitee.com:z31226/vue3-demo.git
z31226
vue3-demo
vue3-demo
master

搜索帮助