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
NEW: Lazy compile selector patterns to improve initial import speed.
FIX: Correct :nth-child/:nth-of-type (and -last- variants) for An+B values whose sequence steps onto
index 0 or onto the last child (e.g. :nth-child(2n-2), :nth-child(n-1), :nth-child(n+5)), which previously
matched the wrong elements or nothing at all (@gaoflow).
FIX: More efficient CSS ID matching (@kaimandalic).
FIX: Fix inefficient trimming of comments and white space (@kaimandalic).