Skip to content

Commit ae8390a

Browse files
Add type hint to background-size page
Co-authored-by: wongjn <11310624+wongjn@users.noreply.github.com>
1 parent 289d312 commit ae8390a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/background-size.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Use the `bg-auto` utility to display the background image at its default size:
9393

9494
### Using a custom value
9595

96-
<UsingACustomValue utility="bg" value="200px_100px" name="background image size" variable="image-size" />
96+
<UsingACustomValue utility="bg" value="50%_auto" name="background image size" variable="image-size" dataType="length" />
9797

9898
### Responsive design
9999

0 commit comments

Comments
 (0)