Skip to content

Commit f4b8b53

Browse files
authored
Merge pull request #205 from dsm23/chore/convert-css-variables-to-ts
chore(cssVariables): convert cssVariables to .ts
2 parents 26904d6 + d8acea0 commit f4b8b53

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)