Replies: 1 comment
-
Same. I have some situations like buttons attached to input elements where one border side needs to go away. Hopefully this is the kind of thing that JIT opens the door for, since otherwise it would require a ton of new classes. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Overview
By modern CSS features, it's possible to set border styles for distinct border positions either by using shorthand (e.g
border-left
) or applying them specifically one-by-one (e.gborder-left-color
).I think it will be great if tailwind.css could have these individual properties in future releases.
Beta Was this translation helpful? Give feedback.
All reactions