Skip to content

Commit f3ac0fb

Browse files
committed
map full to --border-radius-circle
1 parent 86ae233 commit f3ac0fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tailwind.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ export default {
6464
'xl': '12px',
6565
'2xl': '16px',
6666
'3xl': '24px',
67-
'circle': 'var(--border-radius-circle)', // 50%
68-
'full': '9999px', // original tailwind value
67+
'full': 'var(--border-radius-circle)', // 50%
6968
},
7069
},
7170
};

0 commit comments

Comments
 (0)