We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.table > :nth-child(2) and .table :nth-child(2) should get accepted for this level.
.table > :nth-child(2)
.table :nth-child(2)
The text was updated successfully, but these errors were encountered:
What about div :nth-child(2) ?
div :nth-child(2)
Sorry, something went wrong.
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
No branches or pull requests
.table > :nth-child(2)
and.table :nth-child(2)
should get accepted for this level.The text was updated successfully, but these errors were encountered: