Merge pull request #422 from jwsoh07/jw-soh/addition-to-css-selectors

05-descendant-combinator: Add css selector option
This commit is contained in:
Cody Loyd 2023-10-26 08:28:32 -05:00 committed by GitHub
commit e1dbb71bb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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