export default function logical(property, value, style) {
  if (Object.prototype.hasOwnProperty.call(alternativeProps, property)) {
    const alternativePropList = alternativeProps[property]
    for (let i = 0, len = alternativePropList.length; i < len; ++i) {
      style[alternativePropList[i]] = value