{
  "Font": {
    "type": "Font",
    "selector": ".count-badge"
  },
  "FontHover": {
    "type": "Color",
    "selector": "a:hover .count-badge",
    "property": "color",
    "important": true
  },
  "Background": {
    "type": "Background",
    "selector": ".count-badge"
  },
  "BackgroundHover": {
    "type": "Background",
    "selector": "a:hover .count-badge",
    "important": true
  },
  "Shadow": {
    "type": "Shadow",
    "selector": ".count-badge"
  },
  "ShadowHover": {
    "type": "Shadow",
    "selector": "a:hover .count-badge",
    "important": true
  },
  "Border": {
    "type": "Border",
    "selector": ".count-badge"
  },
  "BorderHover": {
    "type": "Color",
    "selector": "a:hover .count-badge",
    "property": "border-color",
    "important": true
  },
  "BorderRadius": {
    "type": "BorderRadius",
    "selector": ".count-badge"
  },
  "ShowEmpty": {
    "type": "Toggle",
    "value": "",
    "rules": {
      "true": {
        "&.count-zero": "display: inline-flex !important"
      },
      "false": {
        "&.count-zero": "display: none !important"
      }
    }
  },
  "Size": {
    "type": "InputPair",
    "selector": ".count-badge",
    "properties": {
      "first": "min-width:min(%spx, 100%)",
      "second": "min-height:min(%spx, 100%)",
      "value": {
        "first": "",
        "second": ""
      }
    }
  }
}
