it('should pass through 3 values', () => {
        const input = { flex: '2 2 10%' }
        const output = {
          flex: '2 2 10%',
          MozFlex: '2 2 10%',