Replies: 9 comments 40 replies
-
Hey! Yeah v4 targets Safari 16.4 and up, has some important features we depend on like |
Beta Was this translation helpful? Give feedback.
-
Safari is such a pain to update. Especially on phones where it is linked to your iOS version which is capped by your phone model. So, to update the browser you literally have to buy a new phone! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I have css issues with Safari 18 on macOS Sequoia (15.3.1) even. the update #1: for every change to reflect on Safari 18, I need to to CMD+OPTION+R to hard refresh the page ( background appears once I do this ) Update #2: the issue is Turbopack, if you are using Next.js + Turbopack, change it to Webpack instead and it will work just fine |
Beta Was this translation helpful? Give feedback.
-
It does not work with Safari v18.1.1 as well, I just setup NextJS with Tailwind v4 and used safari to test out, but it does not work. While it worked on Google Chrome. |
Beta Was this translation helpful? Give feedback.
-
I also had some problems like borders not showed (previously reported in #15506) and colors but fortunely, I fixed them using lightningcss and custom transformers. Sadly, there're still some issues with the I've published a gist here in case it helps. |
Beta Was this translation helpful? Give feedback.
-
#17435 seems promising. Has anyone from this thread tested it yet? What features are still missing if we upgrade from v3 to v4 for Safari 15? Or is v4 now fully backwards compatible with this PR? |
Beta Was this translation helpful? Give feedback.
-
The migrate script ( And we've only noticed issues a few weeks later, so we can't simply I appreciate that the team is working on compat with the 4.1.0 and later releases. |
Beta Was this translation helpful? Give feedback.
-
Apologies for the mini rant, but I wanted to share some frustration we've encountered—this situation really reminded me of the Internet Explorer days... 😿 We recently ran into serious issues with Safari 13, 14, and 15. While Safari 16.4 has been out for over two years now, we were surprised to find that our very basic landing page — using simple HTML/CSS, a background image, and a few fixed-position elements — completely broke on older Safari versions. You can see the widget here: There’s nothing advanced or browser-specific here, so it was quite unexpected. Given how foundational Tailwind CSS is, we assumed it would offer strong backward compatibility, especially since modern development encourages progressive enhancement. Unfortunately, we only discovered this compatibility issue after shipping the update, when customers started reporting broken views. It was a tough debugging experience, and it took us a while to trace it back to the Tailwind upgrade. We didn't find any compatibility notices prominently highlighted in the release notes or upgrade guides, which made it even harder to anticipate. This experience is a reminder that while frameworks bring many advantages, unexpected regressions on legacy browsers can have serious real-world consequences. It would be great if future release notes could include clearer information about browser support changes — especially for older but still-in-use browsers like Safari 13–15 and atleast allow supported styling to render on legacy browser, rather complete dropship Thanks for all the hard work — Tailwind is fantastic overall, and we appreciate the continued improvements. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've updated a project to v4.
It is working on most browsers but does not work on Safari 15.6.1 running on Catalina 10.15.7.
Should/can it work, or is Tailwind dropping support for older browsers.
Beta Was this translation helpful? Give feedback.
All reactions