Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

设置selectorBlackList: ["scale"]没有用 #6

Open
ghost opened this issue May 24, 2017 · 1 comment
Open

设置selectorBlackList: ["scale"]没有用 #6

ghost opened this issue May 24, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented May 24, 2017

var px2remOpts = {
  rootValue: 34.5,
  unitPrecision: 5,
  propWhiteList: [],
  propBlackList: ["border","border-bottom","border-top"],
  selectorBlackList: ["scale"],
  ignoreIdentifier:false,
  replace: true,
  mediaQuery: false,
  minPixelValue: 0
};
.scale-top-1px
  border none
  position relative
  &:before
    content  " " 
    position absolute
    left 0 
    right 0 
    height 1px
    border-top 1px solid #eee
    color $color

这里的height还是转换成rem了,请问这种该如何解决?

@mabobj
Copy link

mabobj commented Jan 29, 2019

请问解决了吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant