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
Fix incorrectly replacing only first alias in a multiline statement
This: `background-image: url('@app/public/img/cloud.svg'), url('@app/public/img/cloud.svg');` won't work with the current code as the regex is not lazy and it matching more than what it should match.
0 commit comments