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
Looks like the regex is not accounting for characters between url( and /* (no)embed */, causing other valid css syntax to be skipped. For example, these images are not picked up:
background: transparent url(../img/menu.svg) center center no-repeat; /* embed */background-image:-webkit-image-set(url("../img/Billing-Icon.png") 1x,url("../img/Billing-Icon_2x.png") 2x); /* embed */
The text was updated successfully, but these errors were encountered:
Looks like the regex is not accounting for characters between url( and /* (no)embed */, causing other valid css syntax to be skipped. For example, these images are not picked up:
The text was updated successfully, but these errors were encountered: