Skip to content

Commit

Permalink
use var
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed May 10, 2024
1 parent 636f2a8 commit 0d1f670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default {
'xl': '12px',
'2xl': '16px',
'3xl': '24px',
'full': '99999px', // TODO: use calc(infinity * 1px)
'full': 'var(--border-radius-full)',
},
fontFamily: {
sans: 'var(--fonts-regular)',
Expand Down

0 comments on commit 0d1f670

Please sign in to comment.