Skip to content

Commit 9cdecc4

Browse files
authored
Update README.md (#67)
1 parent 2ad503e commit 9cdecc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The className prop you know and love. Internally it gets enhanced with additiona
8282

8383
##### CSS properties
8484

85-
All of these CSS properties are support. You can pass either a string or a number (which gets converted to a `px` value). The shorthand properties with repeated values only accept a single value, e.g. `margin="10px"` works but `margin="10px 20px"` does not. You can use the x/y props (e.g. `marginX`/`marginY`) to achieve the same thing.
85+
All of these CSS properties are supported. You can pass either a string or a number (which gets converted to a `px` value). The shorthand properties with repeated values only accept a single value, e.g. `margin="10px"` works but `margin="10px 20px"` does not. You can use the x/y props (e.g. `marginX`/`marginY`) to achieve the same thing.
8686

8787
* `alignContent`
8888
* `alignItems`

0 commit comments

Comments
 (0)