-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Add border-style utilities #12652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add border-style utilities #12652
Conversation
|
Any updates on this PR? Having classes like |
|
any updates? |
|
@thecrypticace any updates? |
|
I've been using maizzle and these are very handy for controlling table borders in old versions of Outlook. Adding I'm sure supporting Outlook 2016 isn't a priority though 😂 |
|
Hey! Now that Tailwind CSS v4 is out, we won't be adding new features to v3. Feel free to contribute this to the v4 codebase if you want (but can't promise an ETA on when we will be able to accept the PR). Going to close the PR for now, but I do appreciate the contribution! |
This pull request introduces additional border styles to enhance the flexibility and customization options for borders in the project. The original implementation provided basic border styles, and this update extends the capabilities by including variations for both horizontal and vertical borders, as well as specific styles for each side (top, right, bottom, left).
Changes Made
.border-x-{style}
.border-y-{style}
.border-s-{style}
.border-e-{style}
.border-t-{style}
.border-b-{style}
.border-l-{style}
.border-r-{style}
Testing
Please ensure that the new styles have been tested in various scenarios to guarantee compatibility and consistency across different parts of the application.