Skip to content

Commit 557b30c

Browse files
committed
Fix content about type of style prop
1 parent bfd64ec commit 557b30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/concepts/components/class-style.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To use it, you can pass either a string or an object.
2222
```
2323

2424
When using an object, the keys represent the CSS property names, and the values represent the CSS property values.
25-
The keys must be in dash-case, and the values must be strings.
25+
The keys must be in dash-case, and the values must be strings or numbers.
2626

2727
<EraserLink
2828
href="https://app.eraser.io/workspace/maDvFw5OryuPJOwSLyK9?elements=PgkKTGxuuOtDiQ_1KDA5dw"

0 commit comments

Comments
 (0)