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 11c54f2 commit 927e80dCopy full SHA for 927e80d
addStyles.js
@@ -232,7 +232,7 @@ function updateLink(linkElement, obj) {
232
233
if(sourceMap) {
234
// http://stackoverflow.com/a/26603875
235
- 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)))) + " */";
236
}
237
238
var blob = new Blob([css], { type: "text/css" });
0 commit comments