dashboard
repositories
filestore
activity
search
login
html
/
scene/scene_wxscore_business
微信支付分
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
和微分和微分
liangjin
2021-04-09
b3ff4720bbdd6baa3aadb3fda7358a28c8f72648
[html/scene/scene_wxscore_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 就不会被转换
}
}
}