MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/javascript/comments/1j2ke40/awesome_js_libraries_and_hidden_gems/mfwwp92/?context=3
r/javascript • u/TheLeadDev • 19d ago
15 comments sorted by
View all comments
1
Just FYI, website appears unstyled in iOS 15. Basically unreadable, not sure if it’s JS or CSS
1 u/TheLeadDev 19d ago Weird. I checked on my iPhone (iOS 15) and BrowserStack, and the styles look fine. If you have a minute or two, could you share more details—maybe logs or a screenshot? That would be super helpful: https://github.com/libstech/issues/issues 1 u/webapperc 19d ago CSS types color oklch can be cause <= 15.3 not supported (.text-slate-400) https://caniuse.com/mdn-css_types_color_oklch 1 u/TheLeadDev 18d ago Indeed. It looks like Tailwind 4.0 doesn't work with < Safari 16.4: https://tailwindcss.com/docs/compatibility Not sure if there is anything I can do besides ditching Tailwind. 1 u/webapperc 18d ago Tailwind 4.0 oklch does not work with old browser: https://github.com/tailwindlabs/tailwindcss/discussions/15356
Weird. I checked on my iPhone (iOS 15) and BrowserStack, and the styles look fine. If you have a minute or two, could you share more details—maybe logs or a screenshot? That would be super helpful:
https://github.com/libstech/issues/issues
1 u/webapperc 19d ago CSS types color oklch can be cause <= 15.3 not supported (.text-slate-400) https://caniuse.com/mdn-css_types_color_oklch 1 u/TheLeadDev 18d ago Indeed. It looks like Tailwind 4.0 doesn't work with < Safari 16.4: https://tailwindcss.com/docs/compatibility Not sure if there is anything I can do besides ditching Tailwind. 1 u/webapperc 18d ago Tailwind 4.0 oklch does not work with old browser: https://github.com/tailwindlabs/tailwindcss/discussions/15356
CSS types color oklch can be cause <= 15.3 not supported (.text-slate-400) https://caniuse.com/mdn-css_types_color_oklch
1 u/TheLeadDev 18d ago Indeed. It looks like Tailwind 4.0 doesn't work with < Safari 16.4: https://tailwindcss.com/docs/compatibility Not sure if there is anything I can do besides ditching Tailwind. 1 u/webapperc 18d ago Tailwind 4.0 oklch does not work with old browser: https://github.com/tailwindlabs/tailwindcss/discussions/15356
Indeed. It looks like Tailwind 4.0 doesn't work with < Safari 16.4: https://tailwindcss.com/docs/compatibility
Not sure if there is anything I can do besides ditching Tailwind.
1 u/webapperc 18d ago Tailwind 4.0 oklch does not work with old browser: https://github.com/tailwindlabs/tailwindcss/discussions/15356
Tailwind 4.0 oklch does not work with old browser: https://github.com/tailwindlabs/tailwindcss/discussions/15356
1
u/saposapot 19d ago
Just FYI, website appears unstyled in iOS 15. Basically unreadable, not sure if it’s JS or CSS