fix minor formatting issue

This commit is contained in:
Joe Lim
2017-10-08 13:49:23 -07:00
parent b0db2aad22
commit b333f92d76

View File

@@ -99,6 +99,7 @@ function HelloWorldComponent() {
return <div style={divStyle}>Hello World!</div>;
}
```
Sometimes you _do_ want to keep the CSS properties unitless. Here's a list of properties that won't get the automatic "px" suffix:
- `animationIterationCount`