it('should resolve fallback value arrays to strings', () => {
    const style = {
      width: ['-webkit-calc(20px)', 'calc(20px)'],
    }