Skip to content
New issue

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

Do not support nth-child() #33

Open
JosephDev opened this issue Mar 8, 2017 · 2 comments
Open

Do not support nth-child() #33

JosephDev opened this issue Mar 8, 2017 · 2 comments

Comments

@JosephDev
Copy link

I face "No match was found. We're done or something is broken" error when I try to use nth-child()

@bryan-brancotte
Copy link

Hi,
Similarly :nth-of-type(odd) does not work either and crashes with the same error
Best regards

@bryan-brancotte
Copy link

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>

@media (min-width: 1px) {
    .my-table>tbody>tr:nth-of-type(odd) {
        background-color: #f9f9f9;
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants