Skip to content

Commit f3d49ea

Browse files
committed
docs: 更新文档
1 parent 33f6c68 commit f3d49ea

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
@@ -179,7 +179,7 @@ const code = parse(jsxCode, [cssCode1, cssCode2, ...], {
179179
| element | p | 选择所有\<p>元素 || |
180180
| \[attribute] | \[target] | 选择所有带有 target 属性元素 || 不支持 |
181181
| \[attribute=value] | \[target=blank] | 选择所有使用 target="blank"的元素 || 不支持 |
182-
| ... | | 其他 || ✔️ |
182+
| ... | | 其他 || |
183183

184184
### 伪元素 / 伪类
185185

0 commit comments

Comments
 (0)