The property `transition-delay: 0s` is incorrectly compressed as `transition-delay: 0`, which is not a valid property. As a hotfix, I replaced it with `transition-delay: unset` in the original code to overcome this issue.