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
/* * a ' above */
.bg {
background-image:url(bg.jpg);
}
/* * a ' below */
bg.jpg won't get resolved. A slice of the output :
exports.push([module.id,"/*\n * a ' above\n */\n\n.bg {\n background-image: url(bg.jpg);\n}\n\n/*\n * a ' below\n */\n",""]);
Both single and double quotes can cause this bug.
The text was updated successfully, but these errors were encountered:
jiangfengming
changed the title
Quotes in comments cause failure in resolving url()
Single or double quotes in comments causing failure in resolving url()
May 27, 2015
bg.jpg won't get resolved. A slice of the output :
Both single and double quotes can cause this bug.
The text was updated successfully, but these errors were encountered: