Cassette is stripping timing units from 0 values making the properties invalid so `transition: all 2s 0s ease` gets squished to: `transition: all 2s 0 ease` Chrome sees the latter as invalid as even 0 timing values need a unit specified for transitions