dashboard
repositories
filestore
activity
search
login
xiewanyan
/
dapp-wallet
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
gx
queenwuli
2022-03-23
7569c9a0e0c8b716f434aeb1fc3c9109fbee59c8
[~xiewanyan/dapp-wallet.git]
/
.postcssrc.js
1
2
3
4
5
6
7
8
9
10
11
module.exports = {
"plugins": {
"autoprefixer": {},
'postcss-pxtorem': {
rootValue({ file }) {
return file.indexOf('vant') !== -1 ? 37.5 : 75;
},
propList: ['*']
}
}
}