Completely updated React, fixed #11, (hopefully)
This commit is contained in:
6
goTorrentWebUI/node_modules/css-loader/lib/processCss.js
generated
vendored
6
goTorrentWebUI/node_modules/css-loader/lib/processCss.js
generated
vendored
@@ -104,10 +104,8 @@ var parserPlugin = postcss.plugin("css-loader-parser", function(options) {
|
||||
break;
|
||||
case "url":
|
||||
if (options.url && item.url.replace(/\s/g, '').length && !/^#/.test(item.url) && (isAlias(item.url) || loaderUtils.isUrlRequest(item.url, options.root))) {
|
||||
// Don't remove quotes around url when contain space
|
||||
if (item.url.indexOf(" ") === -1) {
|
||||
item.stringType = "";
|
||||
}
|
||||
// Strip quotes, they will be re-added if the module needs them
|
||||
item.stringType = "";
|
||||
delete item.innerSpacingBefore;
|
||||
delete item.innerSpacingAfter;
|
||||
var url = item.url;
|
||||
|
Reference in New Issue
Block a user