Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply formatting changes
  • Loading branch information
eoghanmurray authored and jeffdnguyen committed Jul 17, 2024
commit 0c0ceb9c0640f26d1dbb293daead991019ee81fa
5 changes: 1 addition & 4 deletions packages/rrweb-snapshot/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,7 @@ export function stringifyStylesheet(s: CSSStyleSheet): string | null {
}
}

export function stringifyRule(
rule: CSSRule,
sheetHref: string | null,
): string {
export function stringifyRule(rule: CSSRule, sheetHref: string | null): string {
let importStringified;
if (isCSSImportRule(rule)) {
try {
Expand Down