Module build failed: Error: Failed to find '~styles/common.css' 在stylus里无法引入css文件的解决方法

先贴报错信息:
Module build failed: Error: Failed to find ‘~styles/border.css’
in [
C:\代码\university for the aged\user\src\pages\tips
]
at resolveModule.catch.catch (C:\代码\university for the aged\user\node_modules\postcss-import\lib\resolve-id.js:35:13)

解决方法: 把css文件在main.js里引入

**
Module build failed: Error: Failed to find '~styles/common.css' 在stylus里无法引入css文件的解决方法