Skip to content

code-in-cpp/postcss-mpvue-wxss-patch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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": {}
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published