1 Star 0 Fork 0

张攀/vue3-h5-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
postcss.config.js 438 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
plugins: {
tailwindcss: {},
// 使用 cnjm-postcss-px-to-viewport 规避 postcss.plugin was deprecated 警告
"cnjm-postcss-px-to-viewport": {
viewportWidth: 375, // 根据设计稿设定
minPixelValue: 1, // 最小的转换数值
unitPrecision: 2 // 转化精度,转换后保留位数
},
autoprefixer: {
overrideBrowserslist: ["Android >= 4.0", "iOS >= 7"]
}
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zhang_pan_pan/vue3-h5-template.git
git@gitee.com:zhang_pan_pan/vue3-h5-template.git
zhang_pan_pan
vue3-h5-template
vue3-h5-template
master

搜索帮助