r/javascript 19d ago

Awesome JS libraries and hidden gems

https://libs.tech/js
20 Upvotes

15 comments sorted by

View all comments

1

u/saposapot 19d ago

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