Open CuteTN opened 11 months ago
What about div :nth-child(2)
?
What about
div :nth-child(2)
?
That should also be accepted. Trying to utilize their suggestion of nth-last-child() on the side bar,
div bento:nth-last-child(3) .table bento:nth-last-child(3) div :nth-last-child(3) .table :nth-last-child(3)
should all work, but they're not accepted.
bento:nth-last-child(3) is accepted though
.table > :nth-child(2)
and.table :nth-child(2)
should get accepted for this level.