Skip to content

Commit

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

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

0 comments on commit 0a064dd

Please sign in to comment.