Skip to content

Commit d8acea0

Browse files
committed
chore(cssVariables): convert cssVariables to .ts
1 parent 26904d6 commit d8acea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cssVariables.js renamed to src/cssVariables.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ export const cssVariables = {
99
md: 768,
1010
sm: 640,
1111
},
12-
};
12+
} as const;

0 commit comments

Comments
 (0)