-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Labels
Description
What version of Tailwind CSS are you using?
For example: v4 alpha
What build tool (or framework if it abstracts the build tool) are you using?
Tailwind CLI
What browser are you using?
Chrome v122
Reproduction URL
https://github.com/shrutibalasawebdev/test-tailwindcss-v4
Describe your issue
Adding single side borders like this
<div class="p-8 border-t-4 border-indigo-500">Hey</div>
gives border on all sides.
Reactions are currently unavailable