Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit a9a199a

Browse files
committed
Configure border width
1 parent 2e91b3b commit a9a199a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tailwind.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ module.exports = {
6161
76: '4.75rem',
6262
80: '5rem'
6363
},
64+
borderWidth: {
65+
DEFAULT: '0.125rem'
66+
},
6467
borderRadius: {
6568
none: '0',
6669
DEFAULT: '0.25rem',
@@ -158,6 +161,7 @@ module.exports = {
158161
10: 'rgba(0,0,0,0.1)',
159162
5: 'rgba(0,0,0,0.05)'
160163
},
164+
transparent: 'rgba(0,0,0,0)',
161165
brand: {
162166
android: '#A4C639',
163167
behance: '#1769FF',

0 commit comments

Comments
 (0)