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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix @apply of user utilities when negative and non-negative versions both exist #9027

Merged
merged 2 commits into from Aug 4, 2022

Commits on Aug 4, 2022

  1. Fix application of rules with multiple matches of differing selectors

    `-foo-1` and `foo-1` are both matches for the class `-foo-1` but `@apply` only wants the first one. It would remove the second one and cause an error because it鈥檚 an entirely separate match that had it鈥檚 only rule removed.
    thecrypticace committed Aug 4, 2022
    Copy the full SHA
    57720aa View commit details
    Browse the repository at this point in the history
  2. Update changelog

    thecrypticace committed Aug 4, 2022
    Copy the full SHA
    998ebd0 View commit details
    Browse the repository at this point in the history