Skip to content
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

Match Tailwind All-Sides border width utilities as border widths instead of border colors. #22

Merged
merged 2 commits into from
Jun 26, 2024

Conversation

mattcr11
Copy link
Contributor

Trying to make a thicker blue border with the utilities "border-2" and "border-blue-500". The width was recognized as a color and the conflict resolution produced the merged class "border-blue-500". The expected result would have been "border-2 border-blue-500".

Tailwind allows for all border sides to be set at once in a similar manner to setting individual sides, just without the side selector. The collision id assignment function was updated to handle these cases in a similar manner to the side-specific ones.

Copy link

vercel bot commented Jun 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tailwind-fuse ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 14, 2024 4:46pm

@nicoburniske
Copy link
Member

Thanks for this. I need to fix my github notifications. Will merge as soon as build is green!

@nicoburniske nicoburniske merged commit 71cddb7 into gaucho-labs:main Jun 26, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants