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