Skip to content

Commit cdf6dbd

Browse files
committed
feat(clerk-js): Introduce CSS Variables
1 parent 2000ed6 commit cdf6dbd

File tree

1 file changed

+1
-0
lines changed
  • packages/clerk-js/src/ui/utils

1 file changed

+1
-0
lines changed

packages/clerk-js/src/ui/utils/css.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export const clerkCssVar = (name: string, defaultValue: string) => `var(--clerk-${name}, ${defaultValue})`;

0 commit comments

Comments
 (0)