公告板
版本库
filestore
活动
搜索
登录
main
/
admin_mobile
蓄电池app
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
登录
whycwx
2021-07-23
5bc8bb8ec89f9593189a0486f1a024a49f54a74e
[admin_mobile.git]
/
postcss.config.js
1
2
3
4
5
6
7
8
9
module.exports = {
plugins: {
autoprefixer: {},
'postcss-px2rem-exclude': {
remUnit: 37.5,
exclude: /node_modules/
}
}
}