{
  "utilities": [
    {
      "category": "Break After",
      "utilities": [
        {
          "class": "break-after-all",
          "property": "break-after",
          "value": "all"
        },
        {
          "class": "break-after-auto",
          "property": "break-after",
          "value": "auto"
        },
        {
          "class": "break-after-avoid",
          "property": "break-after",
          "value": "avoid"
        },
        {
          "class": "break-after-avoid-page",
          "property": "break-after",
          "value": "avoid-page"
        },
        {
          "class": "break-after-column",
          "property": "break-after",
          "value": "column"
        },
        {
          "class": "break-after-left",
          "property": "break-after",
          "value": "left"
        },
        {
          "class": "break-after-page",
          "property": "break-after",
          "value": "page"
        },
        {
          "class": "break-after-right",
          "property": "break-after",
          "value": "right"
        }
      ]
    },
    {
      "category": "Break Before",
      "utilities": [
        {
          "class": "break-before-all",
          "property": "break-before",
          "value": "all"
        },
        {
          "class": "break-before-auto",
          "property": "break-before",
          "value": "auto"
        },
        {
          "class": "break-before-avoid",
          "property": "break-before",
          "value": "avoid"
        },
        {
          "class": "break-before-avoid-page",
          "property": "break-before",
          "value": "avoid-page"
        },
        {
          "class": "break-before-column",
          "property": "break-before",
          "value": "column"
        },
        {
          "class": "break-before-left",
          "property": "break-before",
          "value": "left"
        },
        {
          "class": "break-before-page",
          "property": "break-before",
          "value": "page"
        },
        {
          "class": "break-before-right",
          "property": "break-before",
          "value": "right"
        }
      ]
    },
    {
      "category": "Break Inside",
      "utilities": [
        {
          "class": "break-inside-auto",
          "property": "break-inside",
          "value": "auto"
        },
        {
          "class": "break-inside-avoid",
          "property": "break-inside",
          "value": "avoid"
        },
        {
          "class": "break-inside-avoid-column",
          "property": "break-inside",
          "value": "avoid-column"
        },
        {
          "class": "break-inside-avoid-page",
          "property": "break-inside",
          "value": "avoid-page"
        }
      ]
    },
    {
      "category": "Box Decoration Break",
      "utilities": [
        {
          "class": "box-decoration-clone",
          "property": [
            "-webkit-box-decoration-break",
            "box-decoration-break"
          ],
          "value": "clone"
        },
        {
          "class": "box-decoration-slice",
          "property": [
            "-webkit-box-decoration-break",
            "box-decoration-break"
          ],
          "value": "slice"
        },
        {
          "class": "decoration-clone",
          "property": [
            "-webkit-box-decoration-break",
            "box-decoration-break"
          ],
          "value": "clone"
        },
        {
          "class": "decoration-slice",
          "property": [
            "-webkit-box-decoration-break",
            "box-decoration-break"
          ],
          "value": "slice"
        }
      ]
    },
    {
      "category": "Box Sizing",
      "utilities": [
        {
          "class": "box-border",
          "property": "box-sizing",
          "value": "border-box"
        },
        {
          "class": "box-content",
          "property": "box-sizing",
          "value": "content-box"
        }
      ]
    },
    {
      "category": "Float",
      "utilities": [
        {
          "class": "float-end",
          "property": "float",
          "value": "inline-end"
        },
        {
          "class": "float-left",
          "property": "float",
          "value": "left"
        },
        {
          "class": "float-none",
          "property": "float",
          "value": "none"
        },
        {
          "class": "float-right",
          "property": "float",
          "value": "right"
        },
        {
          "class": "float-start",
          "property": "float",
          "value": "inline-start"
        }
      ]
    },
    {
      "category": "Display",
      "utilities": [
        {
          "class": "block",
          "property": "display",
          "value": "block"
        },
        {
          "class": "contents",
          "property": "display",
          "value": "contents"
        },
        {
          "class": "flex",
          "property": "display",
          "value": "flex"
        },
        {
          "class": "flow-root",
          "property": "display",
          "value": "flow-root"
        },
        {
          "class": "grid",
          "property": "display",
          "value": "grid"
        },
        {
          "class": "hidden",
          "property": "display",
          "value": "none"
        },
        {
          "class": "inline",
          "property": "display",
          "value": "inline"
        },
        {
          "class": "inline-block",
          "property": "display",
          "value": "inline-block"
        },
        {
          "class": "inline-flex",
          "property": "display",
          "value": "inline-flex"
        },
        {
          "class": "inline-grid",
          "property": "display",
          "value": "inline-grid"
        },
        {
          "class": "inline-table",
          "property": "display",
          "value": "inline-table"
        },
        {
          "class": "list-item",
          "property": "display",
          "value": "list-item"
        },
        {
          "class": "table",
          "property": "display",
          "value": "table"
        },
        {
          "class": "table-caption",
          "property": "display",
          "value": "table-caption"
        },
        {
          "class": "table-cell",
          "property": "display",
          "value": "table-cell"
        },
        {
          "class": "table-column",
          "property": "display",
          "value": "table-column"
        },
        {
          "class": "table-column-group",
          "property": "display",
          "value": "table-column-group"
        },
        {
          "class": "table-footer-group",
          "property": "display",
          "value": "table-footer-group"
        },
        {
          "class": "table-header-group",
          "property": "display",
          "value": "table-header-group"
        },
        {
          "class": "table-row",
          "property": "display",
          "value": "table-row"
        },
        {
          "class": "table-row-group",
          "property": "display",
          "value": "table-row-group"
        }
      ]
    },
    {
      "category": "Position",
      "utilities": [
        {
          "class": "absolute",
          "property": "position",
          "value": "absolute"
        },
        {
          "class": "fixed",
          "property": "position",
          "value": "fixed"
        },
        {
          "class": "relative",
          "property": "position",
          "value": "relative"
        },
        {
          "class": "static",
          "property": "position",
          "value": "static"
        },
        {
          "class": "sticky",
          "property": "position",
          "value": "sticky"
        }
      ]
    },
    {
      "category": "Overflow",
      "utilities": [
        {
          "class": "overflow-auto",
          "property": "overflow",
          "value": "auto"
        },
        {
          "class": "overflow-clip",
          "property": "overflow",
          "value": "clip"
        },
        {
          "class": "overflow-hidden",
          "property": "overflow",
          "value": "hidden"
        },
        {
          "class": "overflow-scroll",
          "property": "overflow",
          "value": "scroll"
        },
        {
          "class": "overflow-visible",
          "property": "overflow",
          "value": "visible"
        },
        {
          "class": "overflow-x-auto",
          "property": "overflow-x",
          "value": "auto"
        },
        {
          "class": "overflow-x-clip",
          "property": "overflow-x",
          "value": "clip"
        },
        {
          "class": "overflow-x-hidden",
          "property": "overflow-x",
          "value": "hidden"
        },
        {
          "class": "overflow-x-scroll",
          "property": "overflow-x",
          "value": "scroll"
        },
        {
          "class": "overflow-x-visible",
          "property": "overflow-x",
          "value": "visible"
        },
        {
          "class": "overflow-y-auto",
          "property": "overflow-y",
          "value": "auto"
        },
        {
          "class": "overflow-y-clip",
          "property": "overflow-y",
          "value": "clip"
        },
        {
          "class": "overflow-y-hidden",
          "property": "overflow-y",
          "value": "hidden"
        },
        {
          "class": "overflow-y-scroll",
          "property": "overflow-y",
          "value": "scroll"
        },
        {
          "class": "overflow-y-visible",
          "property": "overflow-y",
          "value": "visible"
        }
      ]
    },
    {
      "category": "Overscroll Behavior",
      "utilities": [
        {
          "class": "overscroll-auto",
          "property": "overscroll-behavior",
          "value": "auto"
        },
        {
          "class": "overscroll-contain",
          "property": "overscroll-behavior",
          "value": "contain"
        },
        {
          "class": "overscroll-none",
          "property": "overscroll-behavior",
          "value": "none"
        },
        {
          "class": "overscroll-x-auto",
          "property": "overscroll-behavior-x",
          "value": "auto"
        },
        {
          "class": "overscroll-x-contain",
          "property": "overscroll-behavior-x",
          "value": "contain"
        },
        {
          "class": "overscroll-x-none",
          "property": "overscroll-behavior-x",
          "value": "none"
        },
        {
          "class": "overscroll-y-auto",
          "property": "overscroll-behavior-y",
          "value": "auto"
        },
        {
          "class": "overscroll-y-contain",
          "property": "overscroll-behavior-y",
          "value": "contain"
        },
        {
          "class": "overscroll-y-none",
          "property": "overscroll-behavior-y",
          "value": "none"
        }
      ]
    },
    {
      "category": "Visibility",
      "utilities": [
        {
          "class": "collapse",
          "property": "visibility",
          "value": "collapse"
        },
        {
          "class": "invisible",
          "property": "visibility",
          "value": "hidden"
        },
        {
          "class": "visible",
          "property": "visibility",
          "value": "visible"
        }
      ]
    },
    {
      "category": "Clear",
      "utilities": [
        {
          "class": "clear-both",
          "property": "clear",
          "value": "both"
        },
        {
          "class": "clear-end",
          "property": "clear",
          "value": "inline-end"
        },
        {
          "class": "clear-left",
          "property": "clear",
          "value": "left"
        },
        {
          "class": "clear-none",
          "property": "clear",
          "value": "none"
        },
        {
          "class": "clear-right",
          "property": "clear",
          "value": "right"
        },
        {
          "class": "clear-start",
          "property": "clear",
          "value": "inline-start"
        }
      ]
    },
    {
      "category": "Object Fit",
      "utilities": [
        {
          "class": "object-contain",
          "property": "object-fit",
          "value": "contain"
        },
        {
          "class": "object-cover",
          "property": "object-fit",
          "value": "cover"
        },
        {
          "class": "object-fill",
          "property": "object-fit",
          "value": "fill"
        },
        {
          "class": "object-none",
          "property": "object-fit",
          "value": "none"
        },
        {
          "class": "object-scale-down",
          "property": "object-fit",
          "value": "scale-down"
        }
      ]
    },
    {
      "category": "Object Position",
      "utilities": [
        {
          "class": "object-bottom",
          "property": "object-position",
          "value": "bottom"
        },
        {
          "class": "object-bottom-left",
          "property": "object-position",
          "value": "left bottom"
        },
        {
          "class": "object-bottom-right",
          "property": "object-position",
          "value": "right bottom"
        },
        {
          "class": "object-center",
          "property": "object-position",
          "value": "center"
        },
        {
          "class": "object-left",
          "property": "object-position",
          "value": "left"
        },
        {
          "class": "object-right",
          "property": "object-position",
          "value": "right"
        },
        {
          "class": "object-top",
          "property": "object-position",
          "value": "top"
        },
        {
          "class": "object-top-left",
          "property": "object-position",
          "value": "left top"
        },
        {
          "class": "object-top-right",
          "property": "object-position",
          "value": "right top"
        }
      ]
    },
    {
      "category": "Flex Direction",
      "utilities": [
        {
          "class": "flex-col",
          "property": "flex-direction",
          "value": "column"
        },
        {
          "class": "flex-col-reverse",
          "property": "flex-direction",
          "value": "column-reverse"
        },
        {
          "class": "flex-row",
          "property": "flex-direction",
          "value": "row"
        },
        {
          "class": "flex-row-reverse",
          "property": "flex-direction",
          "value": "row-reverse"
        }
      ]
    },
    {
      "category": "Flex Wrap",
      "utilities": [
        {
          "class": "flex-nowrap",
          "property": "flex-wrap",
          "value": "nowrap"
        },
        {
          "class": "flex-wrap",
          "property": "flex-wrap",
          "value": "wrap"
        },
        {
          "class": "flex-wrap-reverse",
          "property": "flex-wrap",
          "value": "wrap-reverse"
        }
      ]
    },
    {
      "category": "Flex",
      "utilities": [
        {
          "class": "flex-1",
          "property": "flex",
          "value": "1"
        },
        {
          "class": "flex-auto",
          "property": "flex",
          "value": "auto"
        },
        {
          "class": "flex-initial",
          "property": "flex",
          "value": "0 auto"
        },
        {
          "class": "flex-none",
          "property": "flex",
          "value": "none"
        }
      ]
    },
    {
      "category": "Flex Shrink",
      "utilities": [
        {
          "class": "flex-shrink",
          "property": "flex-shrink",
          "value": "1"
        },
        {
          "class": "flex-shrink-0",
          "property": "flex-shrink",
          "value": "0"
        },
        {
          "class": "shrink",
          "property": "flex-shrink",
          "value": "1"
        },
        {
          "class": "shrink-0",
          "property": "flex-shrink",
          "value": "0"
        }
      ]
    },
    {
      "category": "Flex Grow",
      "utilities": [
        {
          "class": "flex-grow",
          "property": "flex-grow",
          "value": "1"
        },
        {
          "class": "grow",
          "property": "flex-grow",
          "value": "1"
        }
      ]
    },
    {
      "category": "Flex Basis",
      "utilities": [
        {
          "class": "basis-0",
          "property": "flex-basis",
          "value": "0%"
        },
        {
          "class": "basis-auto",
          "property": "flex-basis",
          "value": "auto"
        },
        {
          "class": "basis-full",
          "property": "flex-basis",
          "value": "100%"
        }
      ]
    },
    {
      "category": "Padding",
      "utilities": [
        {
          "class": "p-0",
          "property": "padding",
          "value": "0"
        }
      ]
    },
    {
      "category": "Isolation",
      "utilities": [
        {
          "class": "isolate",
          "property": "isolation",
          "value": "isolate"
        },
        {
          "class": "isolation-auto",
          "property": "isolation",
          "value": "auto"
        }
      ]
    },
    {
      "category": "Z-Index",
      "utilities": [
        {
          "class": "z-auto",
          "property": "z-index",
          "value": "auto"
        }
      ]
    },
    {
      "category": "Order",
      "utilities": [
        {
          "class": "order-first",
          "property": "order",
          "value": "-9999"
        },
        {
          "class": "order-last",
          "property": "order",
          "value": "9999"
        },
        {
          "class": "order-none",
          "property": "order",
          "value": "0"
        }
      ]
    },
    {
      "category": "Grid Template Columns",
      "utilities": [
        {
          "class": "grid-cols-none",
          "property": "grid-template-columns",
          "value": "none"
        },
        {
          "class": "grid-cols-subgrid",
          "property": "grid-template-columns",
          "value": "subgrid"
        }
      ]
    },
    {
      "category": "Grid Column",
      "utilities": [
        {
          "class": "col-span-full",
          "property": "grid-column",
          "value": "1/-1"
        },
        {
          "class": "col-auto",
          "property": "grid-column",
          "value": "auto"
        }
      ]
    },
    {
      "category": "Grid Column Start",
      "utilities": [
        {
          "class": "col-start-auto",
          "property": "grid-column-start",
          "value": "auto"
        }
      ]
    },
    {
      "category": "Grid Column End",
      "utilities": [
        {
          "class": "col-end-auto",
          "property": "grid-column-end",
          "value": "auto"
        }
      ]
    },
    {
      "category": "Grid Template Rows",
      "utilities": [
        {
          "class": "grid-rows-none",
          "property": "grid-template-rows",
          "value": "none"
        },
        {
          "class": "grid-rows-subgrid",
          "property": "grid-template-rows",
          "value": "subgrid"
        }
      ]
    },
    {
      "category": "Grid Row",
      "utilities": [
        {
          "class": "row-span-full",
          "property": "grid-row",
          "value": "1/-1"
        },
        {
          "class": "row-auto",
          "property": "grid-row",
          "value": "auto"
        }
      ]
    },
    {
      "category": "Grid Row Start",
      "utilities": [
        {
          "class": "row-start-auto",
          "property": "grid-row-start",
          "value": "auto"
        }
      ]
    },
    {
      "category": "Grid Row End",
      "utilities": [
        {
          "class": "row-end-auto",
          "property": "grid-row-end",
          "value": "auto"
        }
      ]
    },
    {
      "category": "Grid Auto Flow",
      "utilities": [
        {
          "class": "grid-flow-col-dense",
          "property": "grid-auto-flow",
          "value": "column dense"
        },
        {
          "class": "grid-flow-dense",
          "property": "grid-auto-flow",
          "value": "dense"
        },
        {
          "class": "grid-flow-row",
          "property": "grid-auto-flow",
          "value": "row"
        },
        {
          "class": "grid-flow-row-dense",
          "property": "grid-auto-flow",
          "value": "row dense"
        },
        {
          "class": "grid-flow-col",
          "property": "grid-auto-flow",
          "value": "column"
        }
      ]
    },
    {
      "category": "Grid Auto Columns",
      "utilities": [
        {
          "class": "auto-cols-auto",
          "property": "grid-auto-columns",
          "value": "auto"
        },
        {
          "class": "auto-cols-max",
          "property": "grid-auto-columns",
          "value": "max-content"
        },
        {
          "class": "auto-cols-min",
          "property": "grid-auto-columns",
          "value": "min-content"
        },
        {
          "class": "auto-cols-fr",
          "property": "grid-auto-columns",
          "value": "minmax(0, 1fr)"
        }
      ]
    },
    {
      "category": "Grid Auto Rows",
      "utilities": [
        {
          "class": "auto-rows-auto",
          "property": "grid-auto-rows",
          "value": "auto"
        },
        {
          "class": "auto-rows-fr",
          "property": "grid-auto-rows",
          "value": "minmax(0, 1fr)"
        },
        {
          "class": "auto-rows-max",
          "property": "grid-auto-rows",
          "value": "max-content"
        },
        {
          "class": "auto-rows-min",
          "property": "grid-auto-rows",
          "value": "min-content"
        }
      ]
    },
    {
      "category": "Justify Content",
      "utilities": [
        {
          "class": "justify-around",
          "property": "justify-content",
          "value": "space-around"
        },
        {
          "class": "justify-baseline",
          "property": "justify-content",
          "value": "baseline"
        },
        {
          "class": "justify-between",
          "property": "justify-content",
          "value": "space-between"
        },
        {
          "class": "justify-center",
          "property": "justify-content",
          "value": "center"
        },
        {
          "class": "justify-center-safe",
          "property": "justify-content",
          "value": "safe center"
        },
        {
          "class": "justify-end",
          "property": "justify-content",
          "value": "flex-end"
        },
        {
          "class": "justify-end-safe",
          "property": "justify-content",
          "value": "safe flex-end"
        },
        {
          "class": "justify-evenly",
          "property": "justify-content",
          "value": "space-evenly"
        },
        {
          "class": "justify-normal",
          "property": "justify-content",
          "value": "normal"
        },
        {
          "class": "justify-start",
          "property": "justify-content",
          "value": "flex-start"
        },
        {
          "class": "justify-stretch",
          "property": "justify-content",
          "value": "stretch"
        }
      ]
    },
    {
      "category": "Justify Items",
      "utilities": [
        {
          "class": "justify-items-center",
          "property": "justify-items",
          "value": "center"
        },
        {
          "class": "justify-items-center-safe",
          "property": "justify-items",
          "value": "safe center"
        },
        {
          "class": "justify-items-end",
          "property": "justify-items",
          "value": "end"
        },
        {
          "class": "justify-items-end-safe",
          "property": "justify-items",
          "value": "safe end"
        },
        {
          "class": "justify-items-normal",
          "property": "justify-items",
          "value": "normal"
        },
        {
          "class": "justify-items-start",
          "property": "justify-items",
          "value": "start"
        },
        {
          "class": "justify-items-stretch",
          "property": "justify-items",
          "value": "stretch"
        }
      ]
    },
    {
      "category": "Justify Self",
      "utilities": [
        {
          "class": "justify-self-auto",
          "property": "justify-self",
          "value": "auto"
        },
        {
          "class": "justify-self-center",
          "property": "justify-self",
          "value": "center"
        },
        {
          "class": "justify-self-center-safe",
          "property": "justify-self",
          "value": "safe center"
        },
        {
          "class": "justify-self-end",
          "property": "justify-self",
          "value": "flex-end"
        },
        {
          "class": "justify-self-end-safe",
          "property": "justify-self",
          "value": "safe flex-end"
        },
        {
          "class": "justify-self-start",
          "property": "justify-self",
          "value": "flex-start"
        },
        {
          "class": "justify-self-stretch",
          "property": "justify-self",
          "value": "stretch"
        }
      ]
    },
    {
      "category": "Align Content",
      "utilities": [
        {
          "class": "content-around",
          "property": "align-content",
          "value": "space-around"
        },
        {
          "class": "content-baseline",
          "property": "align-content",
          "value": "baseline"
        },
        {
          "class": "content-between",
          "property": "align-content",
          "value": "space-between"
        },
        {
          "class": "content-center",
          "property": "align-content",
          "value": "center"
        },
        {
          "class": "content-end",
          "property": "align-content",
          "value": "flex-end"
        },
        {
          "class": "content-evenly",
          "property": "align-content",
          "value": "space-evenly"
        },
        {
          "class": "content-normal",
          "property": "align-content",
          "value": "normal"
        },
        {
          "class": "content-start",
          "property": "align-content",
          "value": "flex-start"
        },
        {
          "class": "content-stretch",
          "property": "align-content",
          "value": "stretch"
        }
      ]
    },
    {
      "category": "Align Items",
      "utilities": [
        {
          "class": "items-baseline",
          "property": "align-items",
          "value": "baseline"
        },
        {
          "class": "items-baseline-last",
          "property": "align-items",
          "value": "last baseline"
        },
        {
          "class": "items-center",
          "property": "align-items",
          "value": "center"
        },
        {
          "class": "items-center-safe",
          "property": "align-items",
          "value": "safe center"
        },
        {
          "class": "items-end",
          "property": "align-items",
          "value": "flex-end"
        },
        {
          "class": "items-end-safe",
          "property": "align-items",
          "value": "safe flex-end"
        },
        {
          "class": "items-start",
          "property": "align-items",
          "value": "flex-start"
        },
        {
          "class": "items-stretch",
          "property": "align-items",
          "value": "stretch"
        }
      ]
    },
    {
      "category": "Place Items",
      "utilities": [
        {
          "class": "place-items-baseline",
          "property": "place-items",
          "value": "baseline"
        },
        {
          "class": "place-items-center",
          "property": "place-items",
          "value": "center"
        },
        {
          "class": "place-items-center-safe",
          "property": "place-items",
          "value": "safe center"
        },
        {
          "class": "place-items-end",
          "property": "place-items",
          "value": "end"
        },
        {
          "class": "place-items-end-safe",
          "property": "place-items",
          "value": "safe end"
        },
        {
          "class": "place-items-start",
          "property": "place-items",
          "value": "start"
        },
        {
          "class": "place-items-stretch",
          "property": "place-items",
          "value": "stretch"
        }
      ]
    },
    {
      "category": "Place Content",
      "utilities": [
        {
          "class": "place-content-around",
          "property": "place-content",
          "value": "space-around"
        },
        {
          "class": "place-content-baseline",
          "property": "place-content",
          "value": "baseline"
        },
        {
          "class": "place-content-between",
          "property": "place-content",
          "value": "space-between"
        },
        {
          "class": "place-content-center",
          "property": "place-content",
          "value": "center"
        },
        {
          "class": "place-content-center-safe",
          "property": "place-content",
          "value": "safe center"
        },
        {
          "class": "place-content-end",
          "property": "place-content",
          "value": "end"
        },
        {
          "class": "place-content-end-safe",
          "property": "place-content",
          "value": "safe end"
        },
        {
          "class": "place-content-evenly",
          "property": "place-content",
          "value": "space-evenly"
        },
        {
          "class": "place-content-start",
          "property": "place-content",
          "value": "start"
        },
        {
          "class": "place-content-stretch",
          "property": "place-content",
          "value": "stretch"
        }
      ]
    },
    {
      "category": "Place Self",
      "utilities": [
        {
          "class": "place-self-auto",
          "property": "place-self",
          "value": "auto"
        },
        {
          "class": "place-self-center",
          "property": "place-self",
          "value": "center"
        },
        {
          "class": "place-self-center-safe",
          "property": "place-self",
          "value": "safe center"
        },
        {
          "class": "place-self-end",
          "property": "place-self",
          "value": "end"
        },
        {
          "class": "place-self-end-safe",
          "property": "place-self",
          "value": "safe end"
        },
        {
          "class": "place-self-start",
          "property": "place-self",
          "value": "start"
        },
        {
          "class": "place-self-stretch",
          "property": "place-self",
          "value": "stretch"
        }
      ]
    },
    {
      "category": "Align Self",
      "utilities": [
        {
          "class": "self-auto",
          "property": "align-self",
          "value": "auto"
        },
        {
          "class": "self-baseline",
          "property": "align-self",
          "value": "baseline"
        },
        {
          "class": "self-baseline-last",
          "property": "align-self",
          "value": "last baseline"
        },
        {
          "class": "self-center",
          "property": "align-self",
          "value": "center"
        },
        {
          "class": "self-center-safe",
          "property": "align-self",
          "value": "safe center"
        },
        {
          "class": "self-end",
          "property": "align-self",
          "value": "flex-end"
        },
        {
          "class": "self-end-safe",
          "property": "align-self",
          "value": "safe flex-end"
        },
        {
          "class": "self-start",
          "property": "align-self",
          "value": "flex-start"
        },
        {
          "class": "self-stretch",
          "property": "align-self",
          "value": "stretch"
        }
      ]
    },
    {
      "category": "Width",
      "utilities": [
        {
          "class": "w-auto",
          "property": "width",
          "value": "auto"
        },
        {
          "class": "w-dvh",
          "property": "width",
          "value": "100dvh"
        },
        {
          "class": "w-dvw",
          "property": "width",
          "value": "100dvw"
        },
        {
          "class": "w-fit",
          "property": "width",
          "value": "fit-content"
        },
        {
          "class": "w-full",
          "property": "width",
          "value": "100%"
        },
        {
          "class": "w-lvh",
          "property": "width",
          "value": "100lvh"
        },
        {
          "class": "w-lvw",
          "property": "width",
          "value": "100lvw"
        },
        {
          "class": "w-max",
          "property": "width",
          "value": "max-content"
        },
        {
          "class": "w-min",
          "property": "width",
          "value": "min-content"
        },
        {
          "class": "w-screen",
          "property": "width",
          "value": "100vw"
        },
        {
          "class": "w-svh",
          "property": "width",
          "value": "100svh"
        },
        {
          "class": "w-svw",
          "property": "width",
          "value": "100svw"
        }
      ]
    },
    {
      "category": "Min-Width",
      "utilities": [
        {
          "class": "min-w-0",
          "property": "min-width",
          "value": "0"
        },
        {
          "class": "min-w-auto",
          "property": "min-width",
          "value": "auto"
        },
        {
          "class": "min-w-dvh",
          "property": "min-width",
          "value": "100dvh"
        },
        {
          "class": "min-w-dvw",
          "property": "min-width",
          "value": "100dvw"
        },
        {
          "class": "min-w-fit",
          "property": "min-width",
          "value": "fit-content"
        },
        {
          "class": "min-w-full",
          "property": "min-width",
          "value": "100%"
        },
        {
          "class": "min-w-lvh",
          "property": "min-width",
          "value": "100lvh"
        },
        {
          "class": "min-w-lvw",
          "property": "min-width",
          "value": "100lvw"
        },
        {
          "class": "min-w-max",
          "property": "min-width",
          "value": "max-content"
        },
        {
          "class": "min-w-min",
          "property": "min-width",
          "value": "min-content"
        },
        {
          "class": "min-w-px",
          "property": "min-width",
          "value": "1px"
        },
        {
          "class": "min-w-screen",
          "property": "min-width",
          "value": "100vw"
        },
        {
          "class": "min-w-svh",
          "property": "min-width",
          "value": "100svh"
        },
        {
          "class": "min-w-svw",
          "property": "min-width",
          "value": "100svw"
        }
      ]
    },
    {
      "category": "Max-Width",
      "utilities": [
        {
          "class": "max-w-dvh",
          "property": "max-width",
          "value": "100dvh"
        },
        {
          "class": "max-w-dvw",
          "property": "max-width",
          "value": "100dvw"
        },
        {
          "class": "max-w-fit",
          "property": "max-width",
          "value": "fit-content"
        },
        {
          "class": "max-w-full",
          "property": "max-width",
          "value": "100%"
        },
        {
          "class": "max-w-lvh",
          "property": "max-width",
          "value": "100lvh"
        },
        {
          "class": "max-w-lvw",
          "property": "max-width",
          "value": "100lvw"
        },
        {
          "class": "max-w-max",
          "property": "max-width",
          "value": "max-content"
        },
        {
          "class": "max-w-min",
          "property": "max-width",
          "value": "min-content"
        },
        {
          "class": "max-w-none",
          "property": "max-width",
          "value": "none"
        },
        {
          "class": "max-w-px",
          "property": "max-width",
          "value": "1px"
        },
        {
          "class": "max-w-screen",
          "property": "max-width",
          "value": "100vw"
        },
        {
          "class": "max-w-svh",
          "property": "max-width",
          "value": "100svh"
        },
        {
          "class": "max-w-svw",
          "property": "max-width",
          "value": "100svw"
        }
      ]
    },
    {
      "category": "Height",
      "utilities": [
        {
          "class": "h-auto",
          "property": "height",
          "value": "auto"
        },
        {
          "class": "h-dvh",
          "property": "height",
          "value": "100dvh"
        },
        {
          "class": "h-dvw",
          "property": "height",
          "value": "100dvw"
        },
        {
          "class": "h-fit",
          "property": "height",
          "value": "fit-content"
        },
        {
          "class": "h-full",
          "property": "height",
          "value": "100%"
        },
        {
          "class": "h-lh",
          "property": "height",
          "value": "1lh"
        },
        {
          "class": "h-lvh",
          "property": "height",
          "value": "100lvh"
        },
        {
          "class": "h-lvw",
          "property": "height",
          "value": "100lvw"
        },
        {
          "class": "h-max",
          "property": "height",
          "value": "max-content"
        },
        {
          "class": "h-min",
          "property": "height",
          "value": "min-content"
        },
        {
          "class": "h-px",
          "property": "height",
          "value": "1px"
        },
        {
          "class": "h-screen",
          "property": "height",
          "value": "100vh"
        },
        {
          "class": "h-svh",
          "property": "height",
          "value": "100svh"
        },
        {
          "class": "h-svw",
          "property": "height",
          "value": "100svw"
        }
      ]
    },
    {
      "category": "Max-Height",
      "utilities": [
        {
          "class": "max-h-dvh",
          "property": "max-height",
          "value": "100dvh"
        },
        {
          "class": "max-h-dvw",
          "property": "max-height",
          "value": "100dvw"
        },
        {
          "class": "max-h-fit",
          "property": "max-height",
          "value": "fit-content"
        },
        {
          "class": "max-h-full",
          "property": "max-height",
          "value": "100%"
        },
        {
          "class": "max-h-lh",
          "property": "max-height",
          "value": "1lh"
        },
        {
          "class": "max-h-lvh",
          "property": "max-height",
          "value": "100lvh"
        },
        {
          "class": "max-h-lvw",
          "property": "max-height",
          "value": "100lvw"
        },
        {
          "class": "max-h-max",
          "property": "max-height",
          "value": "max-content"
        },
        {
          "class": "max-h-min",
          "property": "max-height",
          "value": "min-content"
        },
        {
          "class": "max-h-none",
          "property": "max-height",
          "value": "none"
        },
        {
          "class": "max-h-px",
          "property": "max-height",
          "value": "1px"
        },
        {
          "class": "max-h-screen",
          "property": "max-height",
          "value": "100vh"
        },
        {
          "class": "max-h-svh",
          "property": "max-height",
          "value": "100svh"
        },
        {
          "class": "max-h-svw",
          "property": "max-height",
          "value": "100svw"
        }
      ]
    },
    {
      "category": "Min-Height",
      "utilities": [
        {
          "class": "min-h-0",
          "property": "min-height",
          "value": "0"
        },
        {
          "class": "min-h-auto",
          "property": "min-height",
          "value": "auto"
        },
        {
          "class": "min-h-dvh",
          "property": "min-height",
          "value": "100dvh"
        },
        {
          "class": "min-h-dvw",
          "property": "min-height",
          "value": "100dvw"
        },
        {
          "class": "min-h-fit",
          "property": "min-height",
          "value": "fit-content"
        },
        {
          "class": "min-h-full",
          "property": "min-height",
          "value": "100%"
        },
        {
          "class": "min-h-lh",
          "property": "min-height",
          "value": "1lh"
        },
        {
          "class": "min-h-lvh",
          "property": "min-height",
          "value": "100lvh"
        },
        {
          "class": "min-h-lvw",
          "property": "min-height",
          "value": "100lvw"
        },
        {
          "class": "min-h-max",
          "property": "min-height",
          "value": "max-content"
        },
        {
          "class": "min-h-min",
          "property": "min-height",
          "value": "min-content"
        },
        {
          "class": "min-h-px",
          "property": "min-height",
          "value": "1px"
        },
        {
          "class": "min-h-screen",
          "property": "min-height",
          "value": "100vh"
        },
        {
          "class": "min-h-svh",
          "property": "min-height",
          "value": "100svh"
        },
        {
          "class": "min-h-svw",
          "property": "min-height",
          "value": "100svw"
        }
      ]
    },
    {
      "category": "Height & Width",
      "utilities": [
        {
          "class": "size-auto",
          "properties": [
            {
              "property": "width",
              "value": "auto"
            },
            {
              "property": "height",
              "value": "auto"
            }
          ]
        },
        {
          "class": "size-dvh",
          "properties": [
            {
              "property": "width",
              "value": "100dvh"
            },
            {
              "property": "height",
              "value": "100dvh"
            }
          ]
        },
        {
          "class": "size-dvw",
          "properties": [
            {
              "property": "width",
              "value": "100dvw"
            },
            {
              "property": "height",
              "value": "100dvw"
            }
          ]
        },
        {
          "class": "size-fit",
          "properties": [
            {
              "property": "width",
              "value": "fit-content"
            },
            {
              "property": "height",
              "value": "fit-content"
            }
          ]
        },
        {
          "class": "size-full",
          "properties": [
            {
              "property": "width",
              "value": "100%"
            },
            {
              "property": "height",
              "value": "100%"
            }
          ]
        },
        {
          "class": "size-lvh",
          "properties": [
            {
              "property": "width",
              "value": "100lvh"
            },
            {
              "property": "height",
              "value": "100lvh"
            }
          ]
        },
        {
          "class": "size-lvw",
          "properties": [
            {
              "property": "width",
              "value": "100lvw"
            },
            {
              "property": "height",
              "value": "100lvw"
            }
          ]
        },
        {
          "class": "size-max",
          "properties": [
            {
              "property": "width",
              "value": "max-content"
            },
            {
              "property": "height",
              "value": "max-content"
            }
          ]
        },
        {
          "class": "size-min",
          "properties": [
            {
              "property": "width",
              "value": "min-content"
            },
            {
              "property": "height",
              "value": "min-content"
            }
          ]
        },
        {
          "class": "size-px",
          "properties": [
            {
              "property": "width",
              "value": "1px"
            },
            {
              "property": "height",
              "value": "1px"
            }
          ]
        },
        {
          "class": "size-svh",
          "properties": [
            {
              "property": "width",
              "value": "100svh"
            },
            {
              "property": "height",
              "value": "100svh"
            }
          ]
        },
        {
          "class": "size-svw",
          "properties": [
            {
              "property": "width",
              "value": "100svw"
            },
            {
              "property": "height",
              "value": "100svw"
            }
          ]
        }
      ]
    },
    {
      "category": "Font Smoothing",
      "utilities": [
        {
          "class": "antialiased",
          "property": [
            "-webkit-font-smoothing",
            "-moz-osx-font-smoothing"
          ],
          "value": [
            "antialiased",
            "grayscale"
          ]
        },
        {
          "class": "subpixel-antialiased",
          "property": [
            "-webkit-font-smoothing",
            "-moz-osx-font-smoothing"
          ],
          "value": [
            "auto",
            "auto"
          ]
        }
      ]
    },
    {
      "category": "Text Transform",
      "utilities": [
        {
          "class": "capitalize",
          "property": "text-transform",
          "value": "capitalize"
        },
        {
          "class": "lowercase",
          "property": "text-transform",
          "value": "lowercase"
        },
        {
          "class": "normal-case",
          "property": "text-transform",
          "value": "none"
        },
        {
          "class": "uppercase",
          "property": "text-transform",
          "value": "uppercase"
        }
      ]
    },
    {
      "category": "Font Style",
      "utilities": [
        {
          "class": "italic",
          "property": "font-style",
          "value": "italic"
        },
        {
          "class": "not-italic",
          "property": "font-style",
          "value": "normal"
        }
      ]
    },
    {
      "category": "Font Weight",
      "utilities": [
        {
          "class": "font-light",
          "property": "font-weight",
          "value": "var(--zd-fw-light, 300)"
        },
        {
          "class": "font-normal",
          "property": "font-weight",
          "value": "var(--zd-fw-normal, 400)"
        },
        {
          "class": "font-semibold",
          "property": "font-weight",
          "value": "var(--zd-fw-semibold, 600)"
        },
        {
          "class": "font-bold",
          "property": "font-weight",
          "value": "var(--zd-fw-bold, 700)"
        }
      ]
    },
    {
      "category": "List Style Type",
      "utilities": [
        {
          "class": "list-decimal",
          "property": "list-style-type",
          "value": "decimal"
        },
        {
          "class": "list-disc",
          "property": "list-style-type",
          "value": "disc"
        }
      ]
    },
    {
      "category": "List Style Image",
      "utilities": [
        {
          "class": "list-image-none",
          "property": "list-style-image",
          "value": "none"
        }
      ]
    },
    {
      "category": "List Style Position",
      "utilities": [
        {
          "class": "list-inside",
          "property": "list-style-position",
          "value": "inside"
        },
        {
          "class": "list-outside",
          "property": "list-style-position",
          "value": "outside"
        }
      ]
    },
    {
      "category": "Text Align",
      "utilities": [
        {
          "class": "text-center",
          "property": "text-align",
          "value": "center"
        },
        {
          "class": "text-end",
          "property": "text-align",
          "value": "end"
        },
        {
          "class": "text-justify",
          "property": "text-align",
          "value": "justify"
        },
        {
          "class": "text-left",
          "property": "text-align",
          "value": "left"
        },
        {
          "class": "text-right",
          "property": "text-align",
          "value": "right"
        },
        {
          "class": "text-start",
          "property": "text-align",
          "value": "start"
        }
      ]
    },
    {
      "category": "Text Decoration",
      "utilities": [
        {
          "class": "line-through",
          "property": "text-decoration-line",
          "value": "line-through"
        },
        {
          "class": "no-underline",
          "property": "text-decoration-line",
          "value": "none"
        },
        {
          "class": "overline",
          "property": "text-decoration-line",
          "value": "overline"
        },
        {
          "class": "underline",
          "property": "text-decoration-line",
          "value": "underline"
        }
      ]
    },
    {
      "category": "Text Decoration Style",
      "utilities": [
        {
          "class": "decoration-dashed",
          "property": "text-decoration-style",
          "value": "dashed"
        },
        {
          "class": "decoration-dotted",
          "property": "text-decoration-style",
          "value": "dotted"
        },
        {
          "class": "decoration-double",
          "property": "text-decoration-style",
          "value": "double"
        },
        {
          "class": "decoration-solid",
          "property": "text-decoration-style",
          "value": "solid"
        },
        {
          "class": "decoration-wavy",
          "property": "text-decoration-style",
          "value": "wavy"
        }
      ]
    },
    {
      "category": "Text Decoration Thickness",
      "utilities": [
        {
          "class": "decoration-auto",
          "property": "text-decoration-thickness",
          "value": "auto"
        },
        {
          "class": "decoration-from-font",
          "property": "text-decoration-thickness",
          "value": "from-font"
        }
      ]
    },
    {
      "category": "Text Underline Offset",
      "utilities": [
        {
          "class": "underline-offset-auto",
          "property": "text-underline-offset",
          "value": "auto"
        }
      ]
    },
    {
      "category": "Text Overflow",
      "utilities": [
        {
          "class": "text-clip",
          "property": "text-overflow",
          "value": "clip"
        },
        {
          "class": "text-ellipsis",
          "property": "text-overflow",
          "value": "ellipsis"
        }
      ]
    },
    {
      "category": "Text Wrap",
      "utilities": [
        {
          "class": "text-balance",
          "property": "text-wrap",
          "value": "balance"
        },
        {
          "class": "text-nowrap",
          "property": "text-wrap",
          "value": "nowrap"
        },
        {
          "class": "text-pretty",
          "property": "text-wrap",
          "value": "pretty"
        },
        {
          "class": "text-wrap",
          "property": "text-wrap",
          "value": "wrap"
        }
      ]
    },
    {
      "category": "Vertical Align",
      "utilities": [
        {
          "class": "align-baseline",
          "property": "vertical-align",
          "value": "baseline"
        },
        {
          "class": "align-bottom",
          "property": "vertical-align",
          "value": "bottom"
        },
        {
          "class": "align-middle",
          "property": "vertical-align",
          "value": "middle"
        },
        {
          "class": "align-sub",
          "property": "vertical-align",
          "value": "sub"
        },
        {
          "class": "align-super",
          "property": "vertical-align",
          "value": "super"
        },
        {
          "class": "align-text-bottom",
          "property": "vertical-align",
          "value": "text-bottom"
        },
        {
          "class": "align-text-top",
          "property": "vertical-align",
          "value": "text-top"
        },
        {
          "class": "align-top",
          "property": "vertical-align",
          "value": "top"
        }
      ]
    },
    {
      "category": "White Space",
      "utilities": [
        {
          "class": "whitespace-normal",
          "property": "white-space",
          "value": "normal"
        },
        {
          "class": "whitespace-nowrap",
          "property": "white-space",
          "value": "nowrap"
        },
        {
          "class": "whitespace-pre",
          "property": "white-space",
          "value": "pre"
        },
        {
          "class": "whitespace-pre-line",
          "property": "white-space",
          "value": "pre-line"
        },
        {
          "class": "whitespace-pre-wrap",
          "property": "white-space",
          "value": "pre-wrap"
        },
        {
          "class": "whitespace-break-spaces",
          "property": "white-space",
          "value": "break-spaces"
        }
      ]
    },
    {
      "category": "Word Break",
      "utilities": [
        {
          "class": "break-normal",
          "properties": [
            {
              "property": "overflow-wrap",
              "value": "normal"
            },
            {
              "property": "word-break",
              "value": "normal"
            }
          ]
        },
        {
          "class": "break-all",
          "property": "word-break",
          "value": "break-all"
        },
        {
          "class": "break-keep",
          "property": "word-break",
          "value": "keep-all"
        }
      ]
    },
    {
      "category": "Overflow Wrap",
      "utilities": [
        {
          "class": "wrap-anywhere",
          "property": "overflow-wrap",
          "value": "anywhere"
        },
        {
          "class": "wrap-break-word",
          "property": "overflow-wrap",
          "value": "break-word"
        },
        {
          "class": "wrap-normal",
          "property": "overflow-wrap",
          "value": "normal"
        }
      ]
    },
    {
      "category": "Hyphens",
      "utilities": [
        {
          "class": "hyphens-auto",
          "property": [
            "-webkit-hyphens",
            "hyphens"
          ],
          "value": [
            "auto",
            "auto"
          ]
        },
        {
          "class": "hyphens-manual",
          "property": [
            "-webkit-hyphens",
            "hyphens"
          ],
          "value": [
            "manual",
            "manual"
          ]
        },
        {
          "class": "hyphens-none",
          "property": [
            "-webkit-hyphens",
            "hyphens"
          ],
          "value": [
            "none",
            "none"
          ]
        }
      ]
    },
    {
      "category": "Content",
      "utilities": [
        {
          "class": "content-none",
          "property": "content",
          "value": "none"
        }
      ]
    },
    {
      "category": "Background Attachment",
      "utilities": [
        {
          "class": "bg-fixed",
          "property": "background-attachment",
          "value": "fixed"
        },
        {
          "class": "bg-local",
          "property": "background-attachment",
          "value": "local"
        },
        {
          "class": "bg-scroll",
          "property": "background-attachment",
          "value": "scroll"
        }
      ]
    },
    {
      "category": "Background Clip",
      "utilities": [
        {
          "class": "bg-clip-border",
          "property": "background-clip",
          "value": "border-box"
        },
        {
          "class": "bg-clip-content",
          "property": "background-clip",
          "value": "content-box"
        },
        {
          "class": "bg-clip-padding",
          "property": "background-clip",
          "value": "padding-box"
        },
        {
          "class": "bg-clip-text",
          "property": [
            "-webkit-background-clip",
            "background-clip"
          ],
          "value": [
            "text",
            "text"
          ]
        }
      ]
    },
    {
      "category": "Background Origin",
      "utilities": [
        {
          "class": "bg-origin-border",
          "property": "background-origin",
          "value": "border-box"
        },
        {
          "class": "bg-origin-content",
          "property": "background-origin",
          "value": "content-box"
        },
        {
          "class": "bg-origin-padding",
          "property": "background-origin",
          "value": "padding-box"
        }
      ]
    },
    {
      "category": "Background Color",
      "utilities": [
        {
          "class": "bg-inherit",
          "property": "background-color",
          "value": "inherit"
        },
        {
          "class": "bg-transparent",
          "property": "background-color",
          "value": "transparent"
        },
        {
          "class": "bg-current",
          "property": "background-color",
          "value": "currentColor"
        }
      ]
    },
    {
      "category": "Background Image",
      "utilities": [
        {
          "class": "bg-none",
          "property": "background-image",
          "value": "none"
        }
      ]
    },
    {
      "category": "Background Position",
      "utilities": [
        {
          "class": "bg-bottom",
          "property": "background-position",
          "value": "bottom"
        },
        {
          "class": "bg-bottom-left",
          "property": "background-position",
          "value": "0 100%"
        },
        {
          "class": "bg-bottom-right",
          "property": "background-position",
          "value": "100% 100%"
        },
        {
          "class": "bg-center",
          "property": "background-position",
          "value": "50%"
        },
        {
          "class": "bg-left",
          "property": "background-position",
          "value": "0"
        },
        {
          "class": "bg-right",
          "property": "background-position",
          "value": "100%"
        },
        {
          "class": "bg-top",
          "property": "background-position",
          "value": "top"
        },
        {
          "class": "bg-top-left",
          "property": "background-position",
          "value": "0 0"
        },
        {
          "class": "bg-top-right",
          "property": "background-position",
          "value": "100% 0"
        }
      ]
    },
    {
      "category": "Background Repeat",
      "utilities": [
        {
          "class": "bg-no-repeat",
          "property": "background-repeat",
          "value": "no-repeat"
        },
        {
          "class": "bg-repeat",
          "property": "background-repeat",
          "value": "repeat"
        },
        {
          "class": "bg-repeat-round",
          "property": "background-repeat",
          "value": "round"
        },
        {
          "class": "bg-repeat-space",
          "property": "background-repeat",
          "value": "space"
        },
        {
          "class": "bg-repeat-x",
          "property": "background-repeat",
          "value": "repeat-x"
        },
        {
          "class": "bg-repeat-y",
          "property": "background-repeat",
          "value": "repeat-y"
        }
      ]
    },
    {
      "category": "Background Size",
      "utilities": [
        {
          "class": "bg-auto",
          "property": "background-size",
          "value": "auto"
        },
        {
          "class": "bg-contain",
          "property": "background-size",
          "value": "contain"
        },
        {
          "class": "bg-cover",
          "property": "background-size",
          "value": "cover"
        }
      ]
    },
    {
      "category": "Border Color",
      "utilities": [
        {
          "class": "border-current",
          "property": "border-color",
          "value": "currentColor"
        },
        {
          "class": "border-transparent",
          "property": "border-color",
          "value": "transparent"
        }
      ]
    },
    {
      "category": "Text Color",
      "utilities": [
        {
          "class": "text-inherit",
          "property": "color",
          "value": "inherit"
        },
        {
          "class": "text-current",
          "property": "color",
          "value": "currentColor"
        },
        {
          "class": "text-transparent",
          "property": "color",
          "value": "transparent"
        }
      ]
    },
    {
      "category": "Border Style",
      "utilities": [
        {
          "class": "border-dashed",
          "property": "border-style",
          "value": "dashed"
        },
        {
          "class": "border-dotted",
          "property": "border-style",
          "value": "dotted"
        },
        {
          "class": "border-double",
          "property": "border-style",
          "value": "double"
        },
        {
          "class": "border-hidden",
          "property": "border-style",
          "value": "hidden"
        },
        {
          "class": "border-none",
          "property": "border-style",
          "value": "none"
        },
        {
          "class": "border-solid",
          "property": "border-style",
          "value": "solid"
        }
      ]
    },
    {
      "category": "Cursor",
      "utilities": [
        {
          "class": "cursor-alias",
          "property": "cursor",
          "value": "alias"
        },
        {
          "class": "cursor-all-scroll",
          "property": "cursor",
          "value": "all-scroll"
        },
        {
          "class": "cursor-auto",
          "property": "cursor",
          "value": "auto"
        },
        {
          "class": "cursor-cell",
          "property": "cursor",
          "value": "cell"
        },
        {
          "class": "cursor-col-resize",
          "property": "cursor",
          "value": "col-resize"
        },
        {
          "class": "cursor-context-menu",
          "property": "cursor",
          "value": "context-menu"
        },
        {
          "class": "cursor-copy",
          "property": "cursor",
          "value": "copy"
        },
        {
          "class": "cursor-crosshair",
          "property": "cursor",
          "value": "crosshair"
        },
        {
          "class": "cursor-default",
          "property": "cursor",
          "value": "default"
        },
        {
          "class": "cursor-e-resize",
          "property": "cursor",
          "value": "e-resize"
        },
        {
          "class": "cursor-ew-resize",
          "property": "cursor",
          "value": "ew-resize"
        },
        {
          "class": "cursor-grab",
          "property": "cursor",
          "value": "grab"
        },
        {
          "class": "cursor-grabbing",
          "property": "cursor",
          "value": "grabbing"
        },
        {
          "class": "cursor-help",
          "property": "cursor",
          "value": "help"
        },
        {
          "class": "cursor-move",
          "property": "cursor",
          "value": "move"
        },
        {
          "class": "cursor-n-resize",
          "property": "cursor",
          "value": "n-resize"
        },
        {
          "class": "cursor-ne-resize",
          "property": "cursor",
          "value": "ne-resize"
        },
        {
          "class": "cursor-nesw-resize",
          "property": "cursor",
          "value": "nesw-resize"
        },
        {
          "class": "cursor-no-drop",
          "property": "cursor",
          "value": "no-drop"
        },
        {
          "class": "cursor-none",
          "property": "cursor",
          "value": "none"
        },
        {
          "class": "cursor-not-allowed",
          "property": "cursor",
          "value": "not-allowed"
        },
        {
          "class": "cursor-ns-resize",
          "property": "cursor",
          "value": "ns-resize"
        },
        {
          "class": "cursor-nw-resize",
          "property": "cursor",
          "value": "nw-resize"
        },
        {
          "class": "cursor-nwse-resize",
          "property": "cursor",
          "value": "nwse-resize"
        },
        {
          "class": "cursor-pointer",
          "property": "cursor",
          "value": "pointer"
        },
        {
          "class": "cursor-progress",
          "property": "cursor",
          "value": "progress"
        },
        {
          "class": "cursor-row-resize",
          "property": "cursor",
          "value": "row-resize"
        },
        {
          "class": "cursor-s-resize",
          "property": "cursor",
          "value": "s-resize"
        },
        {
          "class": "cursor-se-resize",
          "property": "cursor",
          "value": "se-resize"
        },
        {
          "class": "cursor-sw-resize",
          "property": "cursor",
          "value": "sw-resize"
        },
        {
          "class": "cursor-text",
          "property": "cursor",
          "value": "text"
        },
        {
          "class": "cursor-vertical-text",
          "property": "cursor",
          "value": "vertical-text"
        },
        {
          "class": "cursor-w-resize",
          "property": "cursor",
          "value": "w-resize"
        },
        {
          "class": "cursor-wait",
          "property": "cursor",
          "value": "wait"
        },
        {
          "class": "cursor-zoom-in",
          "property": "cursor",
          "value": "zoom-in"
        },
        {
          "class": "cursor-zoom-out",
          "property": "cursor",
          "value": "zoom-out"
        }
      ]
    },
    {
      "category": "Outline Color",
      "utilities": [
        {
          "class": "outline-inherit",
          "property": "outline-color",
          "value": "inherit"
        },
        {
          "class": "outline-current",
          "property": "outline-color",
          "value": "currentColor"
        },
        {
          "class": "outline-transparent",
          "property": "outline-color",
          "value": "transparent"
        }
      ]
    },
    {
      "category": "Outline Style",
      "utilities": [
        {
          "class": "outline-dashed",
          "property": "outline-style",
          "value": "dashed"
        },
        {
          "class": "outline-dotted",
          "property": "outline-style",
          "value": "dotted"
        },
        {
          "class": "outline-double",
          "property": "outline-style",
          "value": "double"
        },
        {
          "class": "outline-none",
          "property": "outline-style",
          "value": "none"
        },
        {
          "class": "outline-solid",
          "property": "outline-style",
          "value": "solid"
        }
      ]
    },
    {
      "category": "Outline Width",
      "utilities": [
        {
          "class": "outline-0",
          "property": "outline",
          "value": "0"
        }
      ]
    },
    {
      "category": "Text Shadow",
      "utilities": [
        {
          "class": "text-shadow-none",
          "property": "text-shadow",
          "value": "none"
        }
      ]
    },
    {
      "category": "Opacity",
      "utilities": [
        {
          "class": "opacity-0",
          "property": "opacity",
          "value": "0"
        },
        {
          "class": "opacity-100",
          "property": "opacity",
          "value": "1"
        }
      ]
    },
    {
      "category": "Mix Blend Mode",
      "utilities": [
        {
          "class": "mix-blend-color",
          "property": "mix-blend-mode",
          "value": "color"
        },
        {
          "class": "mix-blend-color-burn",
          "property": "mix-blend-mode",
          "value": "color-burn"
        },
        {
          "class": "mix-blend-color-dodge",
          "property": "mix-blend-mode",
          "value": "color-dodge"
        },
        {
          "class": "mix-blend-darken",
          "property": "mix-blend-mode",
          "value": "darken"
        },
        {
          "class": "mix-blend-difference",
          "property": "mix-blend-mode",
          "value": "difference"
        },
        {
          "class": "mix-blend-exclusion",
          "property": "mix-blend-mode",
          "value": "exclusion"
        },
        {
          "class": "mix-blend-hard-light",
          "property": "mix-blend-mode",
          "value": "hard-light"
        },
        {
          "class": "mix-blend-hue",
          "property": "mix-blend-mode",
          "value": "hue"
        },
        {
          "class": "mix-blend-lighten",
          "property": "mix-blend-mode",
          "value": "lighten"
        },
        {
          "class": "mix-blend-luminosity",
          "property": "mix-blend-mode",
          "value": "luminosity"
        },
        {
          "class": "mix-blend-multiply",
          "property": "mix-blend-mode",
          "value": "multiply"
        },
        {
          "class": "mix-blend-normal",
          "property": "mix-blend-mode",
          "value": "normal"
        },
        {
          "class": "mix-blend-overlay",
          "property": "mix-blend-mode",
          "value": "overlay"
        },
        {
          "class": "mix-blend-plus-darker",
          "property": "mix-blend-mode",
          "value": "plus-darker"
        },
        {
          "class": "mix-blend-plus-lighter",
          "property": "mix-blend-mode",
          "value": "plus-lighter"
        },
        {
          "class": "mix-blend-saturation",
          "property": "mix-blend-mode",
          "value": "saturation"
        },
        {
          "class": "mix-blend-screen",
          "property": "mix-blend-mode",
          "value": "screen"
        },
        {
          "class": "mix-blend-soft-light",
          "property": "mix-blend-mode",
          "value": "soft-light"
        }
      ]
    },
    {
      "category": "Background Blend Mode",
      "utilities": [
        {
          "class": "bg-blend-color",
          "property": "background-blend-mode",
          "value": "color"
        },
        {
          "class": "bg-blend-color-burn",
          "property": "background-blend-mode",
          "value": "color-burn"
        },
        {
          "class": "bg-blend-color-dodge",
          "property": "background-blend-mode",
          "value": "color-dodge"
        },
        {
          "class": "bg-blend-darken",
          "property": "background-blend-mode",
          "value": "darken"
        },
        {
          "class": "bg-blend-difference",
          "property": "background-blend-mode",
          "value": "difference"
        },
        {
          "class": "bg-blend-exclusion",
          "property": "background-blend-mode",
          "value": "exclusion"
        },
        {
          "class": "bg-blend-hard-light",
          "property": "background-blend-mode",
          "value": "hard-light"
        },
        {
          "class": "bg-blend-hue",
          "property": "background-blend-mode",
          "value": "hue"
        },
        {
          "class": "bg-blend-lighten",
          "property": "background-blend-mode",
          "value": "lighten"
        },
        {
          "class": "bg-blend-luminosity",
          "property": "background-blend-mode",
          "value": "luminosity"
        },
        {
          "class": "bg-blend-multiply",
          "property": "background-blend-mode",
          "value": "multiply"
        },
        {
          "class": "bg-blend-normal",
          "property": "background-blend-mode",
          "value": "normal"
        },
        {
          "class": "bg-blend-overlay",
          "property": "background-blend-mode",
          "value": "overlay"
        },
        {
          "class": "bg-blend-saturation",
          "property": "background-blend-mode",
          "value": "saturation"
        },
        {
          "class": "bg-blend-screen",
          "property": "background-blend-mode",
          "value": "screen"
        },
        {
          "class": "bg-blend-soft-light",
          "property": "background-blend-mode",
          "value": "soft-light"
        }
      ]
    },
    {
      "category": "Mask Clip",
      "utilities": [
        {
          "class": "mask-clip-border",
          "property": [
            "-webkit-mask-clip",
            "mask-clip"
          ],
          "value": [
            "border-box",
            "border-box"
          ]
        },
        {
          "class": "mask-clip-content",
          "property": [
            "-webkit-mask-clip",
            "mask-clip"
          ],
          "value": [
            "content-box",
            "content-box"
          ]
        },
        {
          "class": "mask-clip-fill",
          "property": [
            "-webkit-mask-clip",
            "mask-clip"
          ],
          "value": [
            "fill-box",
            "fill-box"
          ]
        },
        {
          "class": "mask-clip-padding",
          "property": [
            "-webkit-mask-clip",
            "mask-clip"
          ],
          "value": [
            "padding-box",
            "padding-box"
          ]
        },
        {
          "class": "mask-clip-stroke",
          "property": [
            "-webkit-mask-clip",
            "mask-clip"
          ],
          "value": [
            "stroke-box",
            "stroke-box"
          ]
        },
        {
          "class": "mask-clip-view",
          "property": [
            "-webkit-mask-clip",
            "mask-clip"
          ],
          "value": [
            "view-box",
            "view-box"
          ]
        },
        {
          "class": "mask-no-clip",
          "property": [
            "-webkit-mask-clip",
            "mask-clip"
          ],
          "value": [
            "no-clip",
            "no-clip"
          ]
        }
      ]
    },
    {
      "category": "Mask Origin",
      "utilities": [
        {
          "class": "mask-origin-border",
          "property": [
            "-webkit-mask-origin",
            "mask-origin"
          ],
          "value": [
            "border-box",
            "border-box"
          ]
        },
        {
          "class": "mask-origin-content",
          "property": [
            "-webkit-mask-origin",
            "mask-origin"
          ],
          "value": [
            "content-box",
            "content-box"
          ]
        },
        {
          "class": "mask-origin-fill",
          "property": [
            "-webkit-mask-origin",
            "mask-origin"
          ],
          "value": [
            "fill-box",
            "fill-box"
          ]
        },
        {
          "class": "mask-origin-padding",
          "property": [
            "-webkit-mask-origin",
            "mask-origin"
          ],
          "value": [
            "padding-box",
            "padding-box"
          ]
        },
        {
          "class": "mask-origin-stroke",
          "property": [
            "-webkit-mask-origin",
            "mask-origin"
          ],
          "value": [
            "stroke-box",
            "stroke-box"
          ]
        },
        {
          "class": "mask-origin-view",
          "property": [
            "-webkit-mask-origin",
            "mask-origin"
          ],
          "value": [
            "view-box",
            "view-box"
          ]
        }
      ]
    },
    {
      "category": "Mask Position",
      "utilities": [
        {
          "class": "mask-bottom",
          "property": [
            "-webkit-mask-position",
            "mask-position"
          ],
          "value": [
            "bottom",
            "bottom"
          ]
        },
        {
          "class": "mask-bottom-left",
          "property": [
            "-webkit-mask-position",
            "mask-position"
          ],
          "value": [
            "0 100%",
            "0 100%"
          ]
        },
        {
          "class": "mask-bottom-right",
          "property": [
            "-webkit-mask-position",
            "mask-position"
          ],
          "value": [
            "100% 100%",
            "100% 100%"
          ]
        },
        {
          "class": "mask-center",
          "property": [
            "-webkit-mask-position",
            "mask-position"
          ],
          "value": [
            "50%",
            "50%"
          ]
        },
        {
          "class": "mask-left",
          "property": [
            "-webkit-mask-position",
            "mask-position"
          ],
          "value": [
            "0",
            "0"
          ]
        },
        {
          "class": "mask-right",
          "property": [
            "-webkit-mask-position",
            "mask-position"
          ],
          "value": [
            "100%",
            "100%"
          ]
        },
        {
          "class": "mask-top",
          "property": [
            "-webkit-mask-position",
            "mask-position"
          ],
          "value": [
            "top",
            "top"
          ]
        },
        {
          "class": "mask-top-left",
          "property": [
            "-webkit-mask-position",
            "mask-position"
          ],
          "value": [
            "0 0",
            "0 0"
          ]
        },
        {
          "class": "mask-top-right",
          "property": [
            "-webkit-mask-position",
            "mask-position"
          ],
          "value": [
            "100% 0",
            "100% 0"
          ]
        }
      ]
    },
    {
      "category": "Mask Repeat",
      "utilities": [
        {
          "class": "mask-no-repeat",
          "property": [
            "-webkit-mask-repeat",
            "mask-repeat"
          ],
          "value": [
            "no-repeat",
            "no-repeat"
          ]
        },
        {
          "class": "mask-repeat",
          "property": [
            "-webkit-mask-repeat",
            "mask-repeat"
          ],
          "value": [
            "repeat",
            "repeat"
          ]
        },
        {
          "class": "mask-repeat-round",
          "property": [
            "-webkit-mask-repeat",
            "mask-repeat"
          ],
          "value": [
            "round",
            "round"
          ]
        },
        {
          "class": "mask-repeat-space",
          "property": [
            "-webkit-mask-repeat",
            "mask-repeat"
          ],
          "value": [
            "space",
            "space"
          ]
        },
        {
          "class": "mask-repeat-x",
          "property": [
            "-webkit-mask-repeat",
            "mask-repeat"
          ],
          "value": [
            "repeat-x",
            "repeat-x"
          ]
        },
        {
          "class": "mask-repeat-y",
          "property": [
            "-webkit-mask-repeat",
            "mask-repeat"
          ],
          "value": [
            "repeat-y",
            "repeat-y"
          ]
        }
      ]
    },
    {
      "category": "Mask Size",
      "utilities": [
        {
          "class": "mask-auto",
          "property": [
            "-webkit-mask-size",
            "mask-size"
          ],
          "value": [
            "auto",
            "auto"
          ]
        },
        {
          "class": "mask-contain",
          "property": [
            "-webkit-mask-size",
            "mask-size"
          ],
          "value": [
            "contain",
            "contain"
          ]
        },
        {
          "class": "mask-cover",
          "property": [
            "-webkit-mask-size",
            "mask-size"
          ],
          "value": [
            "cover",
            "cover"
          ]
        }
      ]
    },
    {
      "category": "Mask Type",
      "utilities": [
        {
          "class": "mask-type-alpha",
          "property": "mask-type",
          "value": "alpha"
        },
        {
          "class": "mask-type-luminance",
          "property": "mask-type",
          "value": "luminance"
        }
      ]
    },
    {
      "category": "Filter",
      "utilities": [
        {
          "class": "filter-none",
          "property": "filter",
          "value": "none"
        }
      ]
    },
    {
      "category": "Table Layout",
      "utilities": [
        {
          "class": "table-auto",
          "property": "table-layout",
          "value": "auto"
        },
        {
          "class": "table-fixed",
          "property": "table-layout",
          "value": "fixed"
        }
      ]
    },
    {
      "category": "Caption Side",
      "utilities": [
        {
          "class": "caption-bottom",
          "property": "caption-side",
          "value": "bottom"
        },
        {
          "class": "caption-top",
          "property": "caption-side",
          "value": "top"
        }
      ]
    },
    {
      "category": "Border Collapse",
      "utilities": [
        {
          "class": "border-collapse",
          "property": "border-collapse",
          "value": "collapse"
        },
        {
          "class": "border-separate",
          "property": "border-collapse",
          "value": "separate"
        }
      ]
    },
    {
      "category": "Transition Property",
      "utilities": [
        {
          "class": "transition-none",
          "property": "transition-property",
          "value": "none"
        }
      ]
    },
    {
      "category": "Animation",
      "utilities": [
        {
          "class": "animate-none",
          "property": "animation",
          "value": "none"
        }
      ]
    },
    {
      "category": "Transform Origin",
      "utilities": [
        {
          "class": "origin-bottom",
          "property": "transform-origin",
          "value": "bottom"
        },
        {
          "class": "origin-bottom-left",
          "property": "transform-origin",
          "value": "0 100%"
        },
        {
          "class": "origin-bottom-right",
          "property": "transform-origin",
          "value": "100% 100%"
        },
        {
          "class": "origin-center",
          "property": "transform-origin",
          "value": "50%"
        },
        {
          "class": "origin-left",
          "property": "transform-origin",
          "value": "0"
        },
        {
          "class": "origin-right",
          "property": "transform-origin",
          "value": "100%"
        },
        {
          "class": "origin-top",
          "property": "transform-origin",
          "value": "top"
        },
        {
          "class": "origin-top-left",
          "property": "transform-origin",
          "value": "0 0"
        },
        {
          "class": "origin-top-right",
          "property": "transform-origin",
          "value": "100% 0"
        }
      ]
    },
    {
      "category": "Pointer Events",
      "utilities": [
        {
          "class": "pointer-events-auto",
          "property": "pointer-events",
          "value": "auto"
        },
        {
          "class": "pointer-events-none",
          "property": "pointer-events",
          "value": "none"
        }
      ]
    },
    {
      "category": "Touch Action",
      "utilities": [
        {
          "class": "touch-auto",
          "property": "touch-action",
          "value": "auto"
        },
        {
          "class": "touch-manipulation",
          "property": "touch-action",
          "value": "manipulation"
        },
        {
          "class": "touch-none",
          "property": "touch-action",
          "value": "none"
        }
      ]
    },
    {
      "category": "Resize",
      "utilities": [
        {
          "class": "resize",
          "property": "resize",
          "value": "both"
        },
        {
          "class": "resize-none",
          "property": "resize",
          "value": "none"
        },
        {
          "class": "resize-x",
          "property": "resize",
          "value": "horizontal"
        },
        {
          "class": "resize-y",
          "property": "resize",
          "value": "vertical"
        }
      ]
    },
    {
      "category": "Scroll Behavior",
      "utilities": [
        {
          "class": "scroll-auto",
          "property": "scroll-behavior",
          "value": "auto"
        },
        {
          "class": "scroll-smooth",
          "property": "scroll-behavior",
          "value": "smooth"
        }
      ]
    },
    {
      "category": "Scroll Snap Type",
      "utilities": [
        {
          "class": "snap-none",
          "property": "scroll-snap-type",
          "value": "none"
        }
      ]
    },
    {
      "category": "Scroll Snap Align",
      "utilities": [
        {
          "class": "snap-align-none",
          "property": "scroll-snap-align",
          "value": "none"
        },
        {
          "class": "snap-center",
          "property": "scroll-snap-align",
          "value": "center"
        },
        {
          "class": "snap-end",
          "property": "scroll-snap-align",
          "value": "end"
        },
        {
          "class": "snap-start",
          "property": "scroll-snap-align",
          "value": "start"
        },
        {
          "class": "snap-always",
          "property": "scroll-snap-stop",
          "value": "always"
        },
        {
          "class": "snap-normal",
          "property": "scroll-snap-stop",
          "value": "normal"
        }
      ]
    },
    {
      "category": "User Select",
      "utilities": [
        {
          "class": "select-all",
          "property": [
            "-webkit-user-select",
            "user-select"
          ],
          "value": [
            "all",
            "all"
          ]
        },
        {
          "class": "select-auto",
          "property": [
            "-webkit-user-select",
            "user-select"
          ],
          "value": [
            "auto",
            "auto"
          ]
        },
        {
          "class": "select-none",
          "property": [
            "-webkit-user-select",
            "user-select"
          ],
          "value": [
            "none",
            "none"
          ]
        },
        {
          "class": "select-text",
          "property": [
            "-webkit-user-select",
            "user-select"
          ],
          "value": [
            "text",
            "text"
          ]
        }
      ]
    },
    {
      "category": "Will Change",
      "utilities": [
        {
          "class": "will-change-auto",
          "property": "will-change",
          "value": "auto"
        },
        {
          "class": "will-change-contents",
          "property": "will-change",
          "value": "contents"
        },
        {
          "class": "will-change-scroll",
          "property": "will-change",
          "value": "scroll-position"
        },
        {
          "class": "will-change-transform",
          "property": "will-change",
          "value": "transform"
        }
      ]
    },
    {
      "category": "Fill",
      "utilities": [
        {
          "class": "fill-none",
          "property": "fill",
          "value": "none"
        },
        {
          "class": "fill-inherit",
          "property": "fill",
          "value": "inherit"
        },
        {
          "class": "fill-current",
          "property": "fill",
          "value": "currentColor"
        }
      ]
    },
    {
      "category": "Stroke",
      "utilities": [
        {
          "class": "stroke-none",
          "property": "stroke",
          "value": "none"
        },
        {
          "class": "stroke-inherit",
          "property": "stroke",
          "value": "inherit"
        },
        {
          "class": "stroke-current",
          "property": "stroke",
          "value": "currentColor"
        }
      ]
    },
    {
      "category": "Group Utilities",
      "utilities": [
        {
          "class": "truncate",
          "properties": [
            {
              "property": "text-overflow",
              "value": "ellipsis"
            },
            {
              "property": "white-space",
              "value": "nowrap"
            },
            {
              "property": "overflow",
              "value": "hidden"
            }
          ]
        }
      ]
    }
  ],
  "scales": [
    {
      "category": "Gap",
      "from": 0,
      "to": 20,
      "variants": [
        {
          "prefix": "gap",
          "property": "gap"
        },
        {
          "prefix": "gap-x",
          "property": "column-gap"
        },
        {
          "prefix": "gap-y",
          "property": "row-gap"
        }
      ]
    }
  ]
}