Skip to content

Commit

Permalink
Remove trivial change
Browse files Browse the repository at this point in the history
  • Loading branch information
taysea committed Nov 19, 2024
1 parent 86fab30 commit 898e960
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions design-tokens/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,4 @@ export const nonComponentTokens: string[] = [
'focusIndicator',
];

/**
* Convert a number to pixel value.
*/
export const numberToPixel = (value: number): string => `${value}px`;

0 comments on commit 898e960

Please sign in to comment.