Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolves an issue where the background image does not appear in some cases #440

Open
15759928829 opened this issue Dec 5, 2022 · 0 comments

Comments

@15759928829
Copy link

15759928829 commented Dec 5, 2022

line 573
old
var URL_REGEX = /url(['"]?([^'"]+?)['"]?)/g;
new
var URL_REGEX = /url(['"]?([^'"]+?)['"])/g;

If the background-image name contains (), regular matching results in incomplete URLs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant