how it currently is
When I add the shadow-border-b class, the box-shadow property is applied without the --tw-shadow-color variable.


how it should be
However, when I use the shadow-border class, the relevant css variables are applied alongside the box-shadow property.

