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

Handle duplicate atrules without children #8122

Merged
merged 2 commits into from Apr 15, 2022

Commits on Apr 15, 2022

  1. Handle duplicate atrules without children

    We assumed that all At Rule nodes had children. Including ones that do not and should not — for example `@import url(…);`. Since this is not the case we’ll skip adding children for nodes that don’t have any.
    
    Co-authored-by: Jordi Marimon Palarea <jordimarimon7@gmail.com>
    thecrypticace and jordimarimon committed Apr 15, 2022
    Copy the full SHA
    c94ab34 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    thecrypticace committed Apr 15, 2022
    Copy the full SHA
    47019bd View commit details
    Browse the repository at this point in the history