Skip to content

Commit 016e6ba

Browse files
authored
fix background-image api map error (#2348)
According to the API map above, I thought this part should be `<value>` instead of `<image>`.
1 parent 9953e6c commit 016e6ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/docs/background-image.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const description = "Utilities for controlling an element's background im
4747
["bg-conic-<angle>", "background-image: conic-gradient(from <angle> in oklab, var(--tw-gradient-stops));"],
4848
["-bg-conic-<angle>", "background-image: conic-gradient(from -<angle> in oklab, var(--tw-gradient-stops));"],
4949
["bg-conic-(<custom-property>)", "background-image: var(<custom-property>);"],
50-
["bg-conic-[<value>]", "background-image: <image>;"],
50+
["bg-conic-[<value>]", "background-image: <value>;"],
5151
["from-<color>", "--tw-gradient-from: <color>;"],
5252
["from-<percentage>", "--tw-gradient-from-position: <percentage>;"],
5353
["from-(<custom-property>)", "--tw-gradient-from: var(<custom-property>);"],

0 commit comments

Comments
 (0)