5 Star 4 Fork 2

SyncGithub / vue-h5-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
postcss.config.js 597 Bytes
一键复制 编辑 原始数据 按行查看 历史
竹知xw 提交于 2021-08-15 22:05 . hotfix:修复样式变形问题
module.exports = {
plugins: {
// https://github.com/csstools/postcss-preset-env
'postcss-preset-env': {},
// https://github.com/evrone/postcss-px-to-viewport
'postcss-px-to-viewport': {
unitToConvert: 'px',
viewportWidth: 750,
unitPrecision: 3,
propList: ['*'],
viewportUnit: 'vw',
fontViewportUnit: 'vw',
selectorBlackList: ['.ignore', 'van'],
minPixelValue: 1,
mediaQuery: false,
replace: true,
exclude: [/node_modules/],
landscape: false,
landscapeUnit: 'vw',
landscapeWidth: 568
}
}
}
TypeScript
1
https://gitee.com/sync-github/vue-h5-template.git
git@gitee.com:sync-github/vue-h5-template.git
sync-github
vue-h5-template
vue-h5-template
master

搜索帮助