Skip to content

Commit dadd762

Browse files
committed
docs: 更新文档
1 parent 4ba632a commit dadd762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const code = parse(jsxCode, [cssCode1, cssCode2, ...], {
6464
| max-eidth | Length | ✔️ |
6565
| background | | ✔️ |
6666
| background-color | Color | ✔️ |
67-
| background-image | "src('xxx')" | ✔️ |
67+
| background-image | "src('xxx')", "linear-gradient(xxx)" 支持图片资源和线性渐变 | ✔️ |
6868
| background-size | 'cover', 'contain', Length(x y), Length(x) Length(y) | ✔️ |
6969
| background-position | center', 'top', 'bottom', 'left', 'right', , Length(x y), Length(x) Length(y) | ✔️ |
7070
| background-repeat | 'repeat', 'no-repeat', 'repeat-x', 'repeat-y' | ✔️ |

0 commit comments

Comments
 (0)