1.安装postcss-import,postcss-cssnext 包 2.修改package.json 将postcss响应的内容替换为 "postcss": { "plugins": { "postcss-import": {}, "postcss-cssnext": {} } },