CSS pseudo-classes :nth-child(), :nth-of-type() and others #525
Answered
by
redonkulus
AndreyGunderin
asked this question in
Q&A
-
Good day, community! |
Beta Was this translation helpful? Give feedback.
Answered by
redonkulus
Oct 28, 2022
Replies: 1 comment 2 replies
-
We support many pseudo-classes, but not the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
AndreyGunderin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We support many pseudo-classes, but not the
nth-child
andnth-of-type
. The:nth-child(odd)
and:nth-child(even)
rules might be possible to add as helper classes but the more complex functional notation would be difficult to add with our current parsing logic.