dashboard
repositories
filestore
activity
search
login
html
/
comn/comn_business
佣金垫付进件端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
完成个人单笔合同签署流程
zhouhao
2022-01-10
703c851a45c3e99215564fa1c6d2f4e6a0a4f10a
[html/comn/comn_business.git]
/
postcss.config.js
1
2
3
4
5
6
7
8
9
10
11
module.exports = {
plugins: {
'autoprefixer': {},
//默认不开启rem配置
'postcss-pxtorem': {
rootValue: 50,
mediaQuery:true, //允许在媒体查询中转换px
propList: ['*'],//px 大写 Px 就不会被转换
}
}
}