Custom border widths breaks default border width #40
Unanswered
completewebco
asked this question in
Q&A
Replies: 1 comment
-
Default must be written in caps.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For some reason when I add custom border widths to tailwind.config.js, the default border-with: 1px gets ignored. Why is this?
borderWidth: {
default: '1px',
'0': '0',
'2': '2px',
'3': '3px',
'4': '4px',
'6': '6px',
'8': '8px',
'10': '10px',
'20': '20px',
Beta Was this translation helpful? Give feedback.
All reactions