Skip to content

Commit 1c4deeb

Browse files
authored
Show type-hint for background-image (#2039)
Extension of 88f1637.
1 parent 58fa3d9 commit 1c4deeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/background-image.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const description = "Utilities for controlling an element's background im
2121
<ApiTable
2222
rows={[
2323
["bg-[<value>]", "background-image: <value>;"],
24-
["bg-(<custom-property>)", "background-image: var(<custom-property>);"],
24+
["bg-(image:<custom-property>)", "background-image: var(<custom-property>);"],
2525
["bg-none", "background-image: none;"],
2626
["bg-linear-to-t", "background-image: linear-gradient(to top, var(--tw-gradient-stops));"],
2727
["bg-linear-to-tr", "background-image: linear-gradient(to top right, var(--tw-gradient-stops));"],

0 commit comments

Comments
 (0)