I thought I needed a `:nth-next-sibling(n)` in #CSS but I actually don't. `:nth-child(n of <selector>)` is a powerful beast! :css:
Wrote a quick post about it here: https://chriskirknielsen.com/blog/nth-next-sibling-no-need/
1 post total
I thought I needed a `:nth-next-sibling(n)` in #CSS but I actually don't. `:nth-child(n of <selector>)` is a powerful beast! :css: Wrote a quick post about it here: https://chriskirknielsen.com/blog/nth-next-sibling-no-need/ |