Skip to content

Commit

Permalink
Update src/style-manager.js
Browse files Browse the repository at this point in the history
Co-authored-by: DeeDeeG <[email protected]>
  • Loading branch information
confused-Techie and DeeDeeG authored Apr 15, 2024
1 parent 8dd3ca7 commit 83f98e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/style-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,9 @@ module.exports = class StyleManager {
}
}

let textContent;
let textContent = source
let deprecationMessages = [];

textContent = source;

if (!params.skipDeprecatedSelectorsTransformation) {
const transformed = this.upgradeStyleSheet(
textContent,
Expand Down

0 comments on commit 83f98e9

Please sign in to comment.