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
Previously, a string such as ‘#some-id.some-class’ will match as ‘some-id.some-class’,
rather than just ‘some-class’ - This adjustment will match only the last substring following
either a hash or a dot, and containing neither.
0 commit comments