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

Pseudoselectors separated by comma aren't supported in the parser #274

Closed
davesnx opened this issue Jun 1, 2022 · 2 comments
Closed

Pseudoselectors separated by comma aren't supported in the parser #274

davesnx opened this issue Jun 1, 2022 · 2 comments
Labels
bug Something isn't working parser Parsing or lexing issues

Comments

@davesnx
Copy link
Owner

davesnx commented Jun 1, 2022

    &::after, &::before {
      width: 100%;
      left:  0;
    }
@davesnx davesnx added bug Something isn't working parser Parsing or lexing issues labels Jun 1, 2022
@joseemds
Copy link
Contributor

joseemds commented Jun 2, 2022

I tested locally with the demo and it works, aren't you missing content: '' ?

@davesnx
Copy link
Owner Author

davesnx commented Jun 12, 2022

Totally, I tested myself and i reported this issue from the ahrefs Slack channel directly without trying it first.

@davesnx davesnx closed this as completed Jun 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working parser Parsing or lexing issues
Projects
None yet
Development

No branches or pull requests

2 participants