Skip to content

Commit 38a2af2

Browse files
05-descendant-combinator remove child combinator (#561)
Child combinator is not considered as a descendant combinator, therefore it should not be listed as a possible combinator.
1 parent 4bd42de commit 38a2af2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

foundations/05-descendant-combinator/solution/solution.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
/* Below are some other possible descendant combinators:
99
1010
div p
11-
div > p
1211
div .text
1312
.container p
1413

0 commit comments

Comments
 (0)