Skip to content

Commit 7d64f37

Browse files
silverwindlunny
authored andcommitted
use var
1 parent 982838f commit 7d64f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default {
6666
'xl': '12px',
6767
'2xl': '16px',
6868
'3xl': '24px',
69-
'full': '99999px', // TODO: use calc(infinity * 1px)
69+
'full': 'var(--border-radius-full)',
7070
},
7171
fontFamily: {
7272
sans: 'var(--fonts-regular)',

0 commit comments

Comments
 (0)