Skip to content

Commit b333f92

Browse files
committed
fix minor formatting issue
1 parent b0db2aa commit b333f92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/docs/reference-dom-elements.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ function HelloWorldComponent() {
9999
return <div style={divStyle}>Hello World!</div>;
100100
}
101101
```
102+
102103
Sometimes you _do_ want to keep the CSS properties unitless. Here's a list of properties that won't get the automatic "px" suffix:
103104

104105
- `animationIterationCount`

0 commit comments

Comments
 (0)