Skip to content

Commit

Permalink
Revert trivial change
Browse files Browse the repository at this point in the history
  • Loading branch information
taysea committed Nov 20, 2024
1 parent 0a064dd commit 7dc155e
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',
];

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

0 comments on commit 7dc155e

Please sign in to comment.