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

Conversation

Awjin
Copy link
Contributor

@Awjin Awjin commented Apr 27, 2021

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

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 Awjin requested a review from nex3 April 27, 2021 23:47
pubspec.yaml Outdated Show resolved Hide resolved
@Awjin Awjin merged commit 30ede40 into master Apr 28, 2021
@Awjin Awjin deleted the extending-extender-across-modules branch April 28, 2021 21:19
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

Successfully merging this pull request may close these issues.

@use - The target selector was not found.
2 participants