nav tabs on admin dashboard
This commit is contained in:
2
node_modules/style-loader/lib/urls.js
generated
vendored
2
node_modules/style-loader/lib/urls.js
generated
vendored
@@ -62,7 +62,7 @@ module.exports = function (css) {
|
||||
.replace(/^'(.*)'$/, function(o, $1){ return $1; });
|
||||
|
||||
// already a full url? no change
|
||||
if (/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(unquotedOrigUrl)) {
|
||||
if (/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/|\s*$)/i.test(unquotedOrigUrl)) {
|
||||
return fullMatch;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user