Skip to content

Commit

Permalink
var -> let
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown committed May 17, 2024
1 parent 84ce792 commit 514cf89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cache/src/stylis-plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export let compat: StylisPluginCallback = element => {

export let removeLabel = (element: StylisElement) => {
if (element.type === 'decl') {
var value = element.value
let value = element.value
if (
// charcode for l
value.charCodeAt(0) === 108 &&
Expand Down

0 comments on commit 514cf89

Please sign in to comment.