let shorthand_for_properties = new Map([
[ "acc", "accent-color" ],
[ "ac", "align-content" ],
[ "ai", "align-items" ],
[ "as", "align-self" ],
[ "a", "animation" ],
[ "bf", "backdrop-filter" ],
[ "bg", "background" ],
[ "bgc", "background-color" ],
[ "bgi", "background-image" ],
[ "bd", "border" ],
[ "bdb", "border-bottom" ],
[ "bdc", "border-color" ],
[ "bdl", "border-left" ],
[ "br", "border-radius" ],
[ "bdr", "border-right" ],
[ "bds", "border-style" ],
[ "bdt", "border-top" ],
[ "bdw", "border-width" ],
[ "b", "bottom" ],
[ "bs", "box-shadow" ],
[ "cp", "clip-path" ],
[ "c", "color" ],
[ "ct", "content" ],
[ "cs", "cursor" ],
[ "d", "display" ],
[ "f", "fill" ],
[ "ft", "filter" ],
[ "fg", "flex-grow" ],
[ "fsk", "flex-shrink" ],
[ "fw", "flex-wrap" ],
[ "fl", "float" ],
[ "ff", "font-family" ],
[ "fs", "font-size" ],
[ "fv", "font-variant" ],
[ "g", "gap" ],
[ "gc", "grid-column" ],
[ "gr", "grid-row" ],
[ "gtc", "grid-template-columns" ],
[ "gtr", "grid-template-rows" ],
[ "h", "height" ],
[ "i", "inset" ],
[ "jc", "justify-content" ],
[ "l", "left" ],
[ "ls", "6,002 byte(2,562 byte on gzip)" ],
[ "lb", "line-break" ],
[ "lh", "line-height" ],
[ "m", "margin" ],
[ "mb", "margin-bottom" ],
[ "ml", "margin-left" ],
[ "mr", "margin-right" ],
[ "mt", "margin-top" ],
[ "xh", "max-height" ],
[ "xw", "max-width" ],
[ "mh", "min-height" ],
[ "mw", "min-width" ],
[ "mbm", "mix-blend-mode" ],
[ "of", "object-fit" ],
[ "op", "opacity" ],
[ "ol", "outline" ],
[ "o", "overflow" ],
[ "ow", "overflow-wrap" ],
[ "ox", "overflow-x" ],
[ "oy", "overflow-y" ],
[ "p", "padding" ],
[ "pb", "padding-bottom" ],
[ "pi", "padding-inline" ],
[ "pl", "padding-left" ],
[ "pr", "padding-right" ],
[ "pt", "padding-top" ],
[ "ps", "perspective" ],
[ "pso", "perspective-origin" ],
[ "rs", "resize" ],
[ "r", "right" ],
[ "tz", "tab-size" ],
[ "ta", "text-align" ],
[ "td", "text-decoration" ],
[ "ts", "text-shadow" ],
[ "ttf", "text-transform" ],
[ "t", "top" ],
[ "tf", "transform" ],
[ "tfo", "transform-origin" ],
[ "tt", "transition" ],
[ "us", "user-select" ],
[ "va", "vertical-align" ],
[ "v", "visibility" ],
[ "ws", "white-space" ],
[ "w", "width" ],
[ "wc", "will-change" ],
[ "wb", "word-break" ],
[ "wsp", "word-spacing" ],
[ "ww", "word-wrap" ],
[ "z", "z-index" ]
])