The opacity function uses comma-separated rgb syntax while attempting to apply a non-trivial level of transparency:
|
return `rgb(${r}, ${g}, ${b} / ${opacity})` |
This breaks the shadow colors in dark mode:
vs
I'd expect this:
I'm using Tailwind 4.1.13 and version 0.5.18 of this plugin.