css - Reactjs turn off shorthand inline style helper -


currently, reactjs awesome job of assuming should pixel. in cases, don't need helper stuff. know great height , percentage:

{height: 100} or {height: 100%} in other cases need actual numbers, property:

webkitanimationiterationcount: 2 results -webkit-animation-iteration-count: 2px

how can escape pixel!

after digging react's source code, not yet possible (react 0.13.1):

(maybe opportunity contribute react?)


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -