We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba632a commit dadd762Copy full SHA for dadd762
README.md
@@ -64,7 +64,7 @@ const code = parse(jsxCode, [cssCode1, cssCode2, ...], {
64
| max-eidth | Length | ✔️ |
65
| background | | ✔️ |
66
| background-color | Color | ✔️ |
67
-| background-image | "src('xxx')" | ✔️ |
+| background-image | "src('xxx')", "linear-gradient(xxx)" 支持图片资源和线性渐变 | ✔️ |
68
| background-size | 'cover', 'contain', Length(x y), Length(x) Length(y) | ✔️ |
69
| background-position | center', 'top', 'bottom', 'left', 'right', , Length(x y), Length(x) Length(y) | ✔️ |
70
| background-repeat | 'repeat', 'no-repeat', 'repeat-x', 'repeat-y' | ✔️ |
0 commit comments