vue 2.0屏幕自适应

61 阅读1分钟
  • "postcss-pxtorem": "^5.1.1"

package.json

"postcss": {
    "plugins": {
      "autoprefixer": {},
      "postcss-pxtorem": {
        "rootValue": 13.66,
        "propList": [
          "*"
        ]
      }
    }
  }