1.0.2 • Published 6 years ago

postcss-mpvue-wxss-patch v1.0.2

Weekly downloads
6
License
ISC
Repository
github
Last release
6 years ago

postcss-mpvue-wxss-patch

这个库是为了解决postcss-mpvue-wxss的bug创建的,主要是参考了这个issue的解决方案,其他人只要安装postcss-mpvue-wxss-patch

npm install postcss-mpvue-wxss-patch

然后把.postcssrc.js内容修改为

module.exports = {
  "plugins": {
    "postcss-mpvue-wxss": {},
    "postcss-mpvue-wxss-patch": {}
  }
}