You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
module.exports={"plugins": {"postcss-import": {},"postcss-url": {},// to edit target browsers: use "browserslist" field in package.json"autoprefixer": {},"postcss-pxtorem": {rootValue: 100,propWhiteList: ['*'],selectorBlackList: [/^html$/]}}}
因为项目之前用了rem和px混合编写,目前按需加载mend-mobile组件,会打乱之前的size。希望postcss-pxtorem只转换mend-mobile组件里面的样式,看postcss-pxtorem官网貌似没有忽略文件的功能
cuth/postcss-pxtorem#39
.babelrc{ "plugins": [ ["import", { "libraryName": "mand-mobile", "libraryDirectory": "lib" } ] ] }.postcssrc.js