Skip to content

Commit

Permalink
content: updated to match current MDN terminology
Browse files Browse the repository at this point in the history
  • Loading branch information
benabraham committed Feb 28, 2024
1 parent 2a7ceaa commit 4c6aef9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions skills/30 CSS/Selectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,23 +85,23 @@ resources:
type: reference

---
skill: "Adjacent sibling combinator (x+y)"
skill: "Next-sibling combinator (x+y)"
level: 4
requires:
- "Descendant combinator (x y)"
resources:
- url: https://developer.mozilla.org/en-US/docs/Web/CSS/Adjacent_sibling_combinator
desc: "Adjacent sibling combinator [MDN]"
- url: https://developer.mozilla.org/en-US/docs/Web/CSS/Next-sibling_combinator
desc: "Next-sibling combinator [MDN]"
type: reference

---
skill: "General sibling combinator (x~y)"
skill: "Subsequent-sibling combinator (x~y)"
level: 4
requires:
- "Descendant combinator (x y)"
resources:
- url: https://developer.mozilla.org/en-US/docs/Web/CSS/General_sibling_combinator
desc: "General sibling combinator [MDN]"
- url: https://developer.mozilla.org/en-US/docs/Web/CSS/Subsequent-sibling_combinator
desc: "Subsequent-sibling combinator [MDN]"
type: reference

---
Expand Down

0 comments on commit 4c6aef9

Please sign in to comment.