{
  "mp": {},
  "native": {
    "color": true,
    "background": true,
    "background-color": true,
    "placeholder-color": true,
    "background-image": true,
    "background-repeat": ["repeat", "repeat-x", "repeat-y", "no-repeat"],
    "background-position": true,
    "background-size": true,
    "border-color": true,
    "border-top-color": true,
    "border-right-color": true,
    "border-bottom-color": true,
    "border-left-color": true,
    "border-width": true,
    "border-top-width": true,
    "border-right-width": true,
    "border-bottom-width": true,
    "border-left-width": true,
    "border-radius": true,
    "border-top-left-radius": true,
    "border-top-right-radius": true,
    "border-bottom-right-radius": true,
    "border-bottom-left-radius": true,
    "font": true,
    "font-family": true,
    "font-size": true,
    "font-style": ["italic", "normal"],
    "font-weight": true,
    "text-align": ["left", "center", "right"],
    "text-decoration": ["none", "line-through", "underline"],
    "text-transform": ["none", "capitalize", "uppercase", "lowercase"],
    "letter-spacing": true,
    "line-height": true,
    "z-index": true,
    "clip-path": true,
    "vertical-align": ["top", "center", "bottom", "stretch"],
    "horizontal-align": ["left", "center", "right", "stretch"],
    "margin": true,
    "margin-top": true,
    "margin-right": true,
    "margin-bottom": true,
    "margin-left": true,
    "width": true,
    "height": true,
    "min-width": true,
    "min-height": true,
    "padding": true,
    "padding-top": true,
    "padding-right": true,
    "padding-bottom": true,
    "padding-left": true,
    "visibility": ["visible", "collapse"],
    "opacity": true
  },
  "h5": {}
}
