``` module.exports = { plugins: { 'postcss-pxtorem': { rootValue({ file }) { console.log(file, file.includes('node_modules/vant')) return file.includes('node_modules/vant') ? 37.5 : 75; }, propList: ['*'], }, }, } ``` <img width="1417" alt="image" src="https://github.com/user-attachments/assets/0d838b0c-fed7-466d-9bcc-87c019ec0d0b"> <img width="1196" alt="image" src="https://github.com/user-attachments/assets/83df39a9-3b6f-4037-bfa9-befa62ce9a32"> <img width="1440" alt="image" src="https://github.com/user-attachments/assets/c461d9b5-ed6c-4e69-b19e-d8abc6b483d0"> <img width="590" alt="image" src="https://github.com/user-attachments/assets/463750f5-fff4-4852-aaf4-4df15f0ccde2"> <img width="261" alt="image" src="https://github.com/user-attachments/assets/85649b18-1379-4064-80ae-9dacd9d08d46"> <img width="1811" alt="image" src="https://github.com/user-attachments/assets/6a902750-a174-459b-905d-5f2e4362539d">