Hello, The [docs](http://facebook.github.io/react/tips/style-props-value-px.html) say : `When specifying a pixel value for your inline style prop, React automatically appends the string "px" for you after your number value`. But not for 0 (the number). On purpose ?