Theme Transparency stopped working

After updating to 0.113 from 0.109, my transparencies stopped working. any idea why? Below was the line that handles my cards’ transparent background color ( see 0.4 value).
### Cards ### paper-card-background-color: "rgba(0,0,0,0.4)"

Check the breaking changes in 0.113, there’s one there for card background.

Thanks! I saw it and fixed it.