soda-x / postcss-plugin-px2rem

postcss plugin px2rem
193 stars 29 forks source link

rootValue rem 转换无效 #7

Closed hnsylitao closed 5 years ago

hnsylitao commented 6 years ago

我尝试了下 rpx px 转换 rem 都可以就是 rem 转换无效

"postcss-plugin-px2rem": {
      rootValue: {
        rpx: 0.5,
        rem: 0.5,
      },
      propWhiteList: []
    }
soda-x commented 6 years ago

没看懂 rem 为什么要转 rem

hnsylitao commented 6 years ago

@pigcan 就是为放大rem em 也是不能转换的

wwhgtt commented 5 years ago

@pigcan 就是为放大rem em 也是不能转换的

em为什么要转换呢 你的em本身是相对大小啊 插件不可能那么智能的