Add css selector option to existing list

This commit is contained in:
Soh Jun Wen 2023-10-26 18:51:04 +11:00
parent d3c5d8c0e4
commit cf0082bd03
1 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
/* Below are some other possible descendant combinators: /* Below are some other possible descendant combinators:
div p div p
div > p
div .text div .text
.container p .container p