mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-03 02:36:39 +08:00
10 lines
155 B
JavaScript
10 lines
155 B
JavaScript
/*
|
|
module.exports = {
|
|
plugins: {
|
|
'postcss-pxtorem': {
|
|
rootValue: 192, //假设设计稿为1920
|
|
propList: ['*']
|
|
}
|
|
}
|
|
}
|
|
*/ |