dashboard
repositories
filestore
activity
search
login
html
/
edu/axx_ins_client
爱享学客户端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
好学付
zhaoxiaoqiang
2022-08-17
dfb102e3d9f1bf1196be041cd1f4a3f50727bdda
[html/edu/axx_ins_client.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 就不会被转换
}
}
}