We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023d946 commit 82b1e53Copy full SHA for 82b1e53
lib/load.js
@@ -102,7 +102,7 @@ var Loader = function (data) {
102
};
103
var absoluteLocalPath = path.resolve(options.directory, currentOptions.filename);
104
105
- var p = beforeHtmlProcessing(html, currentOptions).then(function loadCssFromHtmlCode() {
+ var p = beforeHtmlProcessing(html, currentOptions).then(function loadCssFromHtmlCode(html) {
106
return loadCssSources(currentOptions.url, absoluteLocalPath, html);
107
});
108
0 commit comments