ded/R2

problem with CSS3 Property?

assaqqaf opened this issue · 3 comments

I thing it doesn't support CSS3 Property, like: border-radius,...

I try with twitter bootstrap, I found it not completely converted I think for above reason.
thank you

+1 I'm encountering this issue as well. The following block doesn't convert:

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

I think this is resolved. The problem was the latest code wasn't deployed to NPM when I encountered this issue. @assaqqaf can you verify if this is still an issue?

sorry i forgot to close this request. I solve this problem. now its work