Skip to content

Commit

Permalink
Fix **Parameter 'value' implicitly has an 'any' type**
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Dec 6, 2023
1 parent ed4d0b2 commit 743286f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/css/src/config/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const functions = {
}
return [{ type: 'variable', name, fallback }]
}
},
} as FunctionDefinition,
calc: {
transform(value, bypassVariableNames) {
const valueComponents: Rule['valueComponents'] = []
Expand Down

0 comments on commit 743286f

Please sign in to comment.