From 898e960f9bdf7da0ea86f1d2b2a394d7fbdc237e Mon Sep 17 00:00:00 2001 From: taysea Date: Tue, 19 Nov 2024 15:14:59 -0800 Subject: [PATCH] Remove trivial change --- design-tokens/src/utils.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/design-tokens/src/utils.ts b/design-tokens/src/utils.ts index c8f5ab58a..ead432393 100644 --- a/design-tokens/src/utils.ts +++ b/design-tokens/src/utils.ts @@ -48,7 +48,4 @@ export const nonComponentTokens: string[] = [ 'focusIndicator', ]; -/** - * Convert a number to pixel value. - */ export const numberToPixel = (value: number): string => `${value}px`;