Skip to content

Commit

Permalink
fix: log
Browse files Browse the repository at this point in the history
  • Loading branch information
mnik01 committed Apr 18, 2024
1 parent ea6781d commit 32bd8b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/processCSS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export function processCSS(
console.log(1)
target.media.mediaText = currentMediaText;
}
console.log(2)
} else if ("cssRules" in target) {
processCSS(target.cssRules, features);
}
Expand Down

0 comments on commit 32bd8b2

Please sign in to comment.