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 910482f commit fc1b9cbCopy full SHA for fc1b9cb
addStyles.js
@@ -245,7 +245,7 @@ function updateLink(linkElement, obj) {
245
246
if(sourceMap) {
247
// http://stackoverflow.com/a/26603875
248
- css += "\n/*# sourceMappingURL=data:application/json;base64," + btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))) + " */";
+ css += "\n/*# sourceMapping" + "URL=data:application/json;base64," + btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))) + " */";
249
}
250
251
var blob = new Blob([css], { type: "text/css" });
0 commit comments