Skip to content

Commit 33f6c68

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ const code = parse(jsxCode, [cssCode1, cssCode2, ...], {
194194
| :first-child | .intro:first-child | 选择 class="intro" 元素是其父级的第一个子级 || 后续支持 |
195195
| :last-child | .intro:last-child | 选择 class="intro" 元素是其父级的最后一个子级 || 后续支持 |
196196
| :root | :root | 选择文档的根元素 || 后续支持 |
197-
| :checked | input:checked | 选择每个选中的输入元素 || ✔️ |
198-
| ... | | 其他 || ✔️ |
197+
| :checked | input:checked | 选择每个选中的输入元素 || |
198+
| ... | | 其他 || |
199199

200200
## CSS 变量
201201

0 commit comments

Comments
 (0)