Skip to content

Commit

Permalink
rem
Browse files Browse the repository at this point in the history
  • Loading branch information
oofdere committed Aug 2, 2024
1 parent 516e9b0 commit 84cd941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let { code, map } = transform({
dimension(token) {
if (token.unit === 'tw') {
return {
raw: `calc(${token.value * 0.25}rem)`
raw: `${token.value * 0.25}rem`
}
}
}
Expand Down

0 comments on commit 84cd941

Please sign in to comment.