You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When choosing CSS Selector: Only to reduce token output, etc. I'm trying to target a certain node. However, there may be an event where there are too many nodes on the page that I don't need. Therefore, I'm trying to select the first children, but it doesn't seem possible. When doing selections such as: article:nth-of-type(even), or article:nth-child(1) I still receive every node that matches article on the page.
Is there any solution or this?
The text was updated successfully, but these errors were encountered:
When choosing
CSS Selector: Only
to reduce token output, etc. I'm trying to target a certain node. However, there may be an event where there are too many nodes on the page that I don't need. Therefore, I'm trying to select the first children, but it doesn't seem possible. When doing selections such as:article:nth-of-type(even)
, orarticle:nth-child(1)
I still receive every node that matchesarticle
on the page.Is there any solution or this?
The text was updated successfully, but these errors were encountered: