You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Safari renders the border twice, so it appears stronger:
More of a Safari than a Tailwind issue per se, but the blast radius for using a potentially bugged property is quite large. In my projects I'm resetting border-collapse: unset to avoid this.
Preflight styles set
border-collapse: collapse
, which bugs how semi-transparent borders are rendered in Safari.Given this CSS:
Chrome and Firefox render the border once:
Safari renders the border twice, so it appears stronger:
More of a Safari than a Tailwind issue per se, but the blast radius for using a potentially bugged property is quite large. In my projects I'm resetting
border-collapse: unset
to avoid this.What version of Tailwind CSS are you using?
v3 / v4
What browser are you using?
Safari
Reproduction URL
https://jsfiddle.net/e0vgLphy/9/
The text was updated successfully, but these errors were encountered: