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
I face "No match was found. We're done or something is broken" error when I try to use nth-child()
The text was updated successfully, but these errors were encountered:
Hi, Similarly :nth-of-type(odd) does not work either and crashes with the same error Best regards
:nth-of-type(odd)
Sorry, something went wrong.
Hi again, Found a quick fixe : wrap your css into a dummy @media : it forces to not render the css but to put it css in a <style></style>
<style></style>
@media (min-width: 1px) { .my-table>tbody>tr:nth-of-type(odd) { background-color: #f9f9f9; } }
No branches or pull requests
I face "No match was found. We're done or something is broken" error when I try to use nth-child()
The text was updated successfully, but these errors were encountered: