Pouya Saadeghi
Pouya Saadeghi
>Running on iPhone 7 What is your iOS version?
> safari doesn't have support of numeric value for lightness `oklch(0 0 0)` but does support percentage value `oklch(0% 0 0)` I didn't know that. [According to MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/oklch#browser_compatibility), **Mix ``...
@sadkebab Are you also using iOS 15.8?
> It doesn't seem to work under Chromium 102 on Desktop. > > Can you share your `tailwind.config.js`?
@ruibaby it should work. I need a reproduction repo so I can see what's going on.
@ranjan-purbey Update the browser. Chrome 102 is an old version.
It's how Tailwind's `important` config works and we can't do anything about it on our side. It only applies the parent selector to utility classes, not component classes. I'm not...
That sounds great! I didn't know that. Is this option documented on Tailwind website? Before adding this to daisyUI I have to make sure it doesn't break anything because daisyUI...
daisyUI is a dev dependency. It doesn't go to your bundle neither needs to loaded to the browser. It only works at build time to add additional class names to...
Do you get the same error if you uninstall daisyUI? If yes, it's not related to daisyUI.