You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fixes two bugs:
1. Conlict resolution was skipping resolution rules if the resolved
selector was the same, but this missed the use case where the
selector could be in a conditional at-rule. I removed the
deduplication. Fixing this uncovered the second issue.
2. We were only preserving the conditional at-rule context on the local
side of the conflict resolution. If the conditional was on the remote
side of the conflict that context was being lost. To fix this, we now
clone the conditional at-rules that form the context of the remote
selector into the local stylesheet around the resolution rule.
Closes#372.
0 commit comments