3 Star 12 Fork 3

周凯/react-h5-tmp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
postcss.config.js 614 Bytes
一键复制 编辑 原始数据 按行查看 历史
周凯 提交于 2022-08-08 15:39 . fix: postcss
/*
* @Descripttion: postcss 配置文件
* @version:
* @Author: zhoukai
* @Date: 2022-07-29 10:05:44
* @LastEditors: zhoukai
* @LastEditTime: 2022-08-08 15:22:31
*/
// postcss.config.js
module.exports = {
plugins: {
autoprefixer: {
overrideBrowserslist: ['Android 4.1', 'iOS 7.1', 'Chrome > 31', 'ff > 31', 'ie >= 8']
},
// postcss-pxtorem 插件的版本需要 >= 5.0.0
'postcss-pxtorem': {
rootValue({ file }) {
return file.indexOf('antd-mobile') !== -1 ? 37.5 : 75;
},
propList: ['*']
}
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zhoukaiyue/react-h5-tmp.git
[email protected]:zhoukaiyue/react-h5-tmp.git
zhoukaiyue
react-h5-tmp
react-h5-tmp
main

搜索帮助