mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
fix minor formatting issue
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user