Add css selector option to existing list
This commit is contained in:
parent
d3c5d8c0e4
commit
cf0082bd03
|
@ -8,7 +8,8 @@
|
||||||
/* 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
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue