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.


how it currently is
When I add the
shadow-border-bclass, thebox-shadowproperty is applied without the--tw-shadow-colorvariable.how it should be
However, when I use the
shadow-borderclass, the relevant css variables are applied alongside thebox-shadowproperty.