|
|
@@ -737,6 +737,7 @@ this.SingleFileCore = this.SingleFileCore || (() => {
|
|
|
}
|
|
|
|
|
|
static async processStylesheet(stylesheetContent, baseURI) {
|
|
|
+ stylesheetContent = DomProcessorHelper.resolveStylesheetURLs(stylesheetContent, baseURI);
|
|
|
const urlFunctions = DomUtil.getUrlFunctions(stylesheetContent);
|
|
|
await Promise.all(urlFunctions.map(async urlFunction => {
|
|
|
let resourceURL = DomUtil.matchURL(urlFunction);
|