公告板
版本库
filestore
活动
搜索
登录
main
/
admin_mobile
蓄电池app
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
地图功能提交
whyczyk
2021-07-30
736188d35aa5a1782e1fc4e0a7ceb318e1448a54
[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/
}
}
}