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

Fix extending selectors across multiple modules. #1298

Merged
merged 2 commits into from Apr 28, 2021

Commits on Apr 27, 2021

  1. Fix extending selectors across multiple modules.

    Allows more than one module to extend the same upstream selector that,
    in turn, extends a selector from its upstream module.
    
    Properly skips creating an extra extension that was being counted as
    unresolved when evaluating @extends.
    
    See sass/sass-spec#1635
    Fixes #1295
    Awjin committed Apr 27, 2021
    Copy the full SHA
    2c7e7ee View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Code review.

    Awjin committed Apr 28, 2021
    Copy the full SHA
    dec3ef8 View commit details
    Browse the repository at this point in the history