function prefixAll(style) {
    for (var property in style) {
      var value = style[property];

      // handle nested objects