soda-x / postcss-plugin-px2rem

postcss plugin px2rem
193 stars 29 forks source link

feat: support selectorDoubleRemList #21

Open xiaohuoni opened 3 years ago

xiaohuoni commented 3 years ago

支持配置某些类名自动转高清,比如 ant 组件直接在移动端使用的时候,还有 antd-mobile@5 如果引用的是1倍样式时都可以用它。

pxtorem({
      selectorDoubleRemList: [/.ant-/],
    })