@glimt/record 0.0.46 → 0.0.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/record.cjs +0 -2
- package/dist/record.cjs.map +1 -1
- package/dist/record.js +0 -2
- package/dist/record.js.map +1 -1
- package/dist/record.umd.cjs +0 -2
- package/dist/record.umd.cjs.map +2 -2
- package/dist/record.umd.min.cjs +2 -2
- package/dist/record.umd.min.cjs.map +2 -2
- package/package.json +1 -1
package/dist/record.cjs
CHANGED
|
@@ -485,7 +485,6 @@ function stringifyStylesheet$1(s2) {
|
|
|
485
485
|
).join("");
|
|
486
486
|
return fixBrowserCompatibilityIssuesInCSS$1(stringifiedRules);
|
|
487
487
|
} catch (error) {
|
|
488
|
-
console.log("stringifyStylesheet error:", error);
|
|
489
488
|
return null;
|
|
490
489
|
}
|
|
491
490
|
}
|
|
@@ -5612,7 +5611,6 @@ function stringifyStylesheet(s2) {
|
|
|
5612
5611
|
).join("");
|
|
5613
5612
|
return fixBrowserCompatibilityIssuesInCSS(stringifiedRules);
|
|
5614
5613
|
} catch (error) {
|
|
5615
|
-
console.log("stringifyStylesheet error:", error);
|
|
5616
5614
|
return null;
|
|
5617
5615
|
}
|
|
5618
5616
|
}
|