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
[babel-plugin] fix priority calculation for compound pseudo selectors
compound selectors like :hover::after now return the sum of individual
priorities (130 + 5000 = 5130) instead of the default 40, matching the
behavior when pseudos are specified separately via the nested api.
0 commit comments