Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Jan 12, 2022
1 parent 6657b70 commit 9af1444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render/html/utils/build-styles.ts
Expand Up @@ -79,7 +79,7 @@ export function buildHTMLStyles(
)
} else if (transformTemplate) {
style.transform = transformTemplate({}, "")
} else if (style.transform) {
} else if (!latestValues.transform && style.transform) {
style.transform = "none"
}

Expand Down

0 comments on commit 9af1444

Please sign in to comment.