@css-hooks/solid 3.2.0-next.9 → 4.0.0-next.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,821 @@
1
+ /** A map of conflicting CSS property names */
2
+ export type CSSPropertyConflicts = {
3
+ "-webkit-align-content": "align-content" | "all" | "place-content";
4
+ "-webkit-align-items": "align-items" | "all" | "place-items";
5
+ "-webkit-align-self": "align-self" | "all" | "place-self";
6
+ "-webkit-animation": "-webkit-animation-delay" | "-webkit-animation-direction" | "-webkit-animation-duration" | "-webkit-animation-fill-mode" | "-webkit-animation-iteration-count" | "-webkit-animation-name" | "-webkit-animation-play-state" | "-webkit-animation-timing-function" | "all" | "animation" | "animation-delay" | "animation-delay-end" | "animation-delay-start" | "animation-direction" | "animation-duration" | "animation-fill-mode" | "animation-iteration-count" | "animation-name" | "animation-play-state" | "animation-range" | "animation-range-end" | "animation-range-start" | "animation-timeline" | "animation-timing-function" | "animation-trigger";
7
+ "-webkit-animation-delay": "-webkit-animation" | "all" | "animation" | "animation-delay" | "animation-delay-end" | "animation-delay-start";
8
+ "-webkit-animation-direction": "-webkit-animation" | "all" | "animation" | "animation-direction";
9
+ "-webkit-animation-duration": "-webkit-animation" | "all" | "animation" | "animation-duration";
10
+ "-webkit-animation-fill-mode": "-webkit-animation" | "all" | "animation" | "animation-fill-mode";
11
+ "-webkit-animation-iteration-count": "-webkit-animation" | "all" | "animation" | "animation-iteration-count";
12
+ "-webkit-animation-name": "-webkit-animation" | "all" | "animation" | "animation-name";
13
+ "-webkit-animation-play-state": "-webkit-animation" | "all" | "animation" | "animation-play-state";
14
+ "-webkit-animation-timing-function": "-webkit-animation" | "all" | "animation" | "animation-timing-function";
15
+ "-webkit-appearance": "all" | "appearance";
16
+ "-webkit-backface-visibility": "all" | "backface-visibility";
17
+ "-webkit-background-clip": "all" | "background" | "background-clip";
18
+ "-webkit-background-origin": "all" | "background" | "background-origin";
19
+ "-webkit-background-size": "all" | "background" | "background-size";
20
+ "-webkit-border-bottom-left-radius": "-webkit-border-radius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-start-end-radius" | "border-start-start-radius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-start-end" | "corner-start-start";
21
+ "-webkit-border-bottom-right-radius": "-webkit-border-radius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-right" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-right" | "corner-start-end" | "corner-start-start";
22
+ "-webkit-border-radius": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-right" | "corner-start-end" | "corner-start-start" | "corner-top" | "corner-top-left" | "corner-top-right";
23
+ "-webkit-border-top-left-radius": "-webkit-border-radius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-start-end" | "corner-start-start" | "corner-top" | "corner-top-left";
24
+ "-webkit-border-top-right-radius": "-webkit-border-radius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-radius" | "border-top-right-radius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-right" | "corner-start-end" | "corner-start-start" | "corner-top" | "corner-top-right";
25
+ "-webkit-box-align": "all";
26
+ "-webkit-box-flex": "all";
27
+ "-webkit-box-ordinal-group": "all";
28
+ "-webkit-box-orient": "all";
29
+ "-webkit-box-pack": "all";
30
+ "-webkit-box-shadow": "all" | "box-shadow" | "box-shadow-blur" | "box-shadow-color" | "box-shadow-offset" | "box-shadow-position" | "box-shadow-spread";
31
+ "-webkit-box-sizing": "all" | "box-sizing";
32
+ "-webkit-filter": "all" | "filter";
33
+ "-webkit-flex": "-webkit-flex-basis" | "-webkit-flex-grow" | "-webkit-flex-shrink" | "all" | "flex" | "flex-basis" | "flex-grow" | "flex-shrink";
34
+ "-webkit-flex-basis": "-webkit-flex" | "all" | "flex" | "flex-basis";
35
+ "-webkit-flex-direction": "-webkit-flex-flow" | "all" | "flex-direction" | "flex-flow";
36
+ "-webkit-flex-flow": "-webkit-flex-direction" | "-webkit-flex-wrap" | "all" | "flex-direction" | "flex-flow" | "flex-wrap";
37
+ "-webkit-flex-grow": "-webkit-flex" | "all" | "flex" | "flex-grow";
38
+ "-webkit-flex-shrink": "-webkit-flex" | "all" | "flex" | "flex-shrink";
39
+ "-webkit-flex-wrap": "-webkit-flex-flow" | "all" | "flex-flow" | "flex-wrap";
40
+ "-webkit-justify-content": "all" | "justify-content" | "place-content";
41
+ "-webkit-line-clamp": "all" | "block-ellipsis" | "continue" | "line-clamp" | "max-lines";
42
+ "-webkit-mask": "-webkit-mask-box-image" | "-webkit-mask-box-image-outset" | "-webkit-mask-box-image-repeat" | "-webkit-mask-box-image-slice" | "-webkit-mask-box-image-source" | "-webkit-mask-box-image-width" | "-webkit-mask-clip" | "-webkit-mask-composite" | "-webkit-mask-image" | "-webkit-mask-origin" | "-webkit-mask-position" | "-webkit-mask-repeat" | "-webkit-mask-size" | "all" | "mask" | "mask-border" | "mask-border-mode" | "mask-border-outset" | "mask-border-repeat" | "mask-border-slice" | "mask-border-source" | "mask-border-width" | "mask-clip" | "mask-composite" | "mask-image" | "mask-mode" | "mask-origin" | "mask-position" | "mask-repeat" | "mask-size";
43
+ "-webkit-mask-box-image": "-webkit-mask" | "-webkit-mask-box-image-outset" | "-webkit-mask-box-image-repeat" | "-webkit-mask-box-image-slice" | "-webkit-mask-box-image-source" | "-webkit-mask-box-image-width" | "all" | "mask" | "mask-border" | "mask-border-mode" | "mask-border-outset" | "mask-border-repeat" | "mask-border-slice" | "mask-border-source" | "mask-border-width";
44
+ "-webkit-mask-box-image-outset": "-webkit-mask" | "-webkit-mask-box-image" | "all" | "mask" | "mask-border" | "mask-border-outset";
45
+ "-webkit-mask-box-image-repeat": "-webkit-mask" | "-webkit-mask-box-image" | "all" | "mask" | "mask-border" | "mask-border-repeat";
46
+ "-webkit-mask-box-image-slice": "-webkit-mask" | "-webkit-mask-box-image" | "all" | "mask" | "mask-border" | "mask-border-slice";
47
+ "-webkit-mask-box-image-source": "-webkit-mask" | "-webkit-mask-box-image" | "all" | "mask" | "mask-border" | "mask-border-source";
48
+ "-webkit-mask-box-image-width": "-webkit-mask" | "-webkit-mask-box-image" | "all" | "mask" | "mask-border" | "mask-border-width";
49
+ "-webkit-mask-clip": "-webkit-mask" | "all" | "mask" | "mask-clip";
50
+ "-webkit-mask-composite": "-webkit-mask" | "all" | "mask" | "mask-composite";
51
+ "-webkit-mask-image": "-webkit-mask" | "all" | "mask" | "mask-image";
52
+ "-webkit-mask-origin": "-webkit-mask" | "all" | "mask" | "mask-origin";
53
+ "-webkit-mask-position": "-webkit-mask" | "all" | "mask" | "mask-position";
54
+ "-webkit-mask-repeat": "-webkit-mask" | "all" | "mask" | "mask-repeat";
55
+ "-webkit-mask-size": "-webkit-mask" | "all" | "mask" | "mask-size";
56
+ "-webkit-order": "all" | "order";
57
+ "-webkit-perspective": "all" | "perspective";
58
+ "-webkit-perspective-origin": "all" | "perspective-origin";
59
+ "-webkit-text-fill-color": "all";
60
+ "-webkit-text-size-adjust": "all" | "text-size-adjust";
61
+ "-webkit-text-stroke": "-webkit-text-stroke-color" | "-webkit-text-stroke-width" | "all";
62
+ "-webkit-text-stroke-color": "-webkit-text-stroke" | "all";
63
+ "-webkit-text-stroke-width": "-webkit-text-stroke" | "all";
64
+ "-webkit-transform": "all" | "transform";
65
+ "-webkit-transform-origin": "all" | "transform-origin";
66
+ "-webkit-transform-style": "all" | "transform-style";
67
+ "-webkit-transition": "-webkit-transition-delay" | "-webkit-transition-duration" | "-webkit-transition-property" | "-webkit-transition-timing-function" | "all" | "transition" | "transition-behavior" | "transition-delay" | "transition-duration" | "transition-property" | "transition-timing-function";
68
+ "-webkit-transition-delay": "-webkit-transition" | "all" | "transition" | "transition-delay";
69
+ "-webkit-transition-duration": "-webkit-transition" | "all" | "transition" | "transition-duration";
70
+ "-webkit-transition-property": "-webkit-transition" | "all" | "transition" | "transition-property";
71
+ "-webkit-transition-timing-function": "-webkit-transition" | "all" | "transition" | "transition-timing-function";
72
+ "-webkit-user-select": "all";
73
+ "accent-color": "all";
74
+ "align-content": "-webkit-align-content" | "all" | "place-content";
75
+ "align-items": "-webkit-align-items" | "all" | "place-items";
76
+ "align-self": "-webkit-align-self" | "all" | "place-self";
77
+ "alignment-baseline": "all" | "vertical-align";
78
+ all: "-webkit-align-content" | "-webkit-align-items" | "-webkit-align-self" | "-webkit-animation" | "-webkit-animation-delay" | "-webkit-animation-direction" | "-webkit-animation-duration" | "-webkit-animation-fill-mode" | "-webkit-animation-iteration-count" | "-webkit-animation-name" | "-webkit-animation-play-state" | "-webkit-animation-timing-function" | "-webkit-appearance" | "-webkit-backface-visibility" | "-webkit-background-clip" | "-webkit-background-origin" | "-webkit-background-size" | "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "-webkit-box-align" | "-webkit-box-flex" | "-webkit-box-ordinal-group" | "-webkit-box-orient" | "-webkit-box-pack" | "-webkit-box-shadow" | "-webkit-box-sizing" | "-webkit-filter" | "-webkit-flex" | "-webkit-flex-basis" | "-webkit-flex-direction" | "-webkit-flex-flow" | "-webkit-flex-grow" | "-webkit-flex-shrink" | "-webkit-flex-wrap" | "-webkit-justify-content" | "-webkit-line-clamp" | "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-outset" | "-webkit-mask-box-image-repeat" | "-webkit-mask-box-image-slice" | "-webkit-mask-box-image-source" | "-webkit-mask-box-image-width" | "-webkit-mask-clip" | "-webkit-mask-composite" | "-webkit-mask-image" | "-webkit-mask-origin" | "-webkit-mask-position" | "-webkit-mask-repeat" | "-webkit-mask-size" | "-webkit-order" | "-webkit-perspective" | "-webkit-perspective-origin" | "-webkit-text-fill-color" | "-webkit-text-size-adjust" | "-webkit-text-stroke" | "-webkit-text-stroke-color" | "-webkit-text-stroke-width" | "-webkit-transform" | "-webkit-transform-origin" | "-webkit-transform-style" | "-webkit-transition" | "-webkit-transition-delay" | "-webkit-transition-duration" | "-webkit-transition-property" | "-webkit-transition-timing-function" | "-webkit-user-select" | "accent-color" | "align-content" | "align-items" | "align-self" | "alignment-baseline" | "anchor-name" | "anchor-scope" | "animation" | "animation-composition" | "animation-delay" | "animation-delay-end" | "animation-delay-start" | "animation-direction" | "animation-duration" | "animation-fill-mode" | "animation-iteration-count" | "animation-name" | "animation-play-state" | "animation-range" | "animation-range-center" | "animation-range-end" | "animation-range-start" | "animation-timeline" | "animation-timing-function" | "animation-trigger" | "appearance" | "aspect-ratio" | "backdrop-filter" | "backface-visibility" | "background" | "background-attachment" | "background-blend-mode" | "background-clip" | "background-color" | "background-image" | "background-origin" | "background-position" | "background-position-block" | "background-position-inline" | "background-position-x" | "background-position-y" | "background-repeat" | "background-repeat-block" | "background-repeat-inline" | "background-repeat-x" | "background-repeat-y" | "background-size" | "background-tbd" | "baseline-shift" | "baseline-source" | "block-ellipsis" | "block-size" | "block-step" | "block-step-align" | "block-step-insert" | "block-step-round" | "block-step-size" | "bookmark-label" | "bookmark-level" | "bookmark-state" | "border" | "border-block" | "border-block-clip" | "border-block-color" | "border-block-end" | "border-block-end-clip" | "border-block-end-color" | "border-block-end-radius" | "border-block-end-style" | "border-block-end-width" | "border-block-start" | "border-block-start-clip" | "border-block-start-color" | "border-block-start-radius" | "border-block-start-style" | "border-block-start-width" | "border-block-style" | "border-block-width" | "border-bottom" | "border-bottom-clip" | "border-bottom-color" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-bottom-style" | "border-bottom-width" | "border-boundary" | "border-clip" | "border-collapse" | "border-color" | "border-end-end-radius" | "border-end-start-radius" | "border-image" | "border-image-outset" | "border-image-repeat" | "border-image-slice" | "border-image-source" | "border-image-width" | "border-inline" | "border-inline-clip" | "border-inline-color" | "border-inline-end" | "border-inline-end-clip" | "border-inline-end-color" | "border-inline-end-radius" | "border-inline-end-style" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-clip" | "border-inline-start-color" | "border-inline-start-radius" | "border-inline-start-style" | "border-inline-start-width" | "border-inline-style" | "border-inline-width" | "border-left" | "border-left-clip" | "border-left-color" | "border-left-radius" | "border-left-style" | "border-left-width" | "border-limit" | "border-radius" | "border-right" | "border-right-clip" | "border-right-color" | "border-right-radius" | "border-right-style" | "border-right-width" | "border-shape" | "border-spacing" | "border-start-end-radius" | "border-start-start-radius" | "border-style" | "border-top" | "border-top-clip" | "border-top-color" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "border-top-style" | "border-top-width" | "border-width" | "bottom" | "box-decoration-break" | "box-shadow" | "box-shadow-blur" | "box-shadow-color" | "box-shadow-offset" | "box-shadow-position" | "box-shadow-spread" | "box-sizing" | "box-snap" | "break-after" | "break-before" | "break-inside" | "caption-side" | "caret" | "caret-animation" | "caret-color" | "caret-shape" | "clear" | "clip" | "clip-path" | "clip-rule" | "color" | "color-adjust" | "color-interpolation" | "color-interpolation-filters" | "color-scheme" | "column-count" | "column-fill" | "column-gap" | "column-height" | "column-rule" | "column-rule-break" | "column-rule-color" | "column-rule-inset" | "column-rule-inset-cap" | "column-rule-inset-cap-end" | "column-rule-inset-cap-start" | "column-rule-inset-end" | "column-rule-inset-junction" | "column-rule-inset-junction-end" | "column-rule-inset-junction-start" | "column-rule-inset-start" | "column-rule-style" | "column-rule-visibility-items" | "column-rule-width" | "column-span" | "column-width" | "column-wrap" | "columns" | "contain" | "contain-intrinsic-block-size" | "contain-intrinsic-height" | "contain-intrinsic-inline-size" | "contain-intrinsic-size" | "contain-intrinsic-width" | "container" | "container-name" | "container-type" | "content" | "content-visibility" | "continue" | "copy-into" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape" | "counter-increment" | "counter-reset" | "counter-set" | "cue" | "cue-after" | "cue-before" | "cursor" | "cx" | "cy" | "d" | "display" | "dominant-baseline" | "dynamic-range-limit" | "empty-cells" | "event-trigger" | "event-trigger-name" | "event-trigger-source" | "field-sizing" | "fill" | "fill-break" | "fill-color" | "fill-image" | "fill-opacity" | "fill-origin" | "fill-position" | "fill-repeat" | "fill-rule" | "fill-size" | "filter" | "flex" | "flex-basis" | "flex-direction" | "flex-flow" | "flex-grow" | "flex-line-count" | "flex-shrink" | "flex-wrap" | "float" | "float-defer" | "float-offset" | "float-reference" | "flood-color" | "flood-opacity" | "flow-from" | "flow-into" | "flow-tolerance" | "font" | "font-family" | "font-feature-settings" | "font-kerning" | "font-language-override" | "font-optical-sizing" | "font-palette" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-synthesis" | "font-synthesis-position" | "font-synthesis-small-caps" | "font-synthesis-style" | "font-synthesis-weight" | "font-variant" | "font-variant-alternates" | "font-variant-caps" | "font-variant-east-asian" | "font-variant-emoji" | "font-variant-ligatures" | "font-variant-numeric" | "font-variant-position" | "font-variation-settings" | "font-weight" | "font-width" | "footnote-display" | "footnote-policy" | "forced-color-adjust" | "frame-sizing" | "gap" | "glyph-orientation-vertical" | "grid" | "grid-area" | "grid-auto-columns" | "grid-auto-flow" | "grid-auto-rows" | "grid-column" | "grid-column-end" | "grid-column-gap" | "grid-column-start" | "grid-gap" | "grid-row" | "grid-row-end" | "grid-row-gap" | "grid-row-start" | "grid-template" | "grid-template-areas" | "grid-template-columns" | "grid-template-rows" | "hanging-punctuation" | "height" | "hyphenate-character" | "hyphenate-limit-chars" | "hyphenate-limit-last" | "hyphenate-limit-lines" | "hyphenate-limit-zone" | "hyphens" | "image-animation" | "image-orientation" | "image-rendering" | "image-resolution" | "initial-letter" | "initial-letter-align" | "initial-letter-wrap" | "inline-size" | "inline-sizing" | "input-security" | "inset" | "inset-block" | "inset-block-end" | "inset-block-start" | "inset-inline" | "inset-inline-end" | "inset-inline-start" | "interactivity" | "interest-delay" | "interest-delay-end" | "interest-delay-start" | "interpolate-size" | "isolation" | "justify-content" | "justify-items" | "justify-self" | "left" | "letter-spacing" | "lighting-color" | "line-break" | "line-clamp" | "line-fit-edge" | "line-grid" | "line-height" | "line-height-step" | "line-padding" | "line-snap" | "link-parameters" | "list-style" | "list-style-image" | "list-style-position" | "list-style-type" | "margin" | "margin-block" | "margin-block-end" | "margin-block-start" | "margin-bottom" | "margin-break" | "margin-inline" | "margin-inline-end" | "margin-inline-start" | "margin-left" | "margin-right" | "margin-top" | "margin-trim" | "marker" | "marker-end" | "marker-mid" | "marker-side" | "marker-start" | "mask" | "mask-border" | "mask-border-mode" | "mask-border-outset" | "mask-border-repeat" | "mask-border-slice" | "mask-border-source" | "mask-border-width" | "mask-clip" | "mask-composite" | "mask-image" | "mask-mode" | "mask-origin" | "mask-position" | "mask-repeat" | "mask-size" | "mask-type" | "math-depth" | "math-shift" | "math-style" | "max-block-size" | "max-height" | "max-inline-size" | "max-lines" | "max-width" | "min-block-size" | "min-height" | "min-inline-size" | "min-intrinsic-sizing" | "min-width" | "mix-blend-mode" | "nav-down" | "nav-left" | "nav-right" | "nav-up" | "object-fit" | "object-position" | "object-view-box" | "offset" | "offset-anchor" | "offset-distance" | "offset-path" | "offset-position" | "offset-rotate" | "opacity" | "order" | "orphans" | "outline" | "outline-color" | "outline-offset" | "outline-style" | "outline-width" | "overflow" | "overflow-anchor" | "overflow-block" | "overflow-clip-margin" | "overflow-clip-margin-block" | "overflow-clip-margin-block-end" | "overflow-clip-margin-block-start" | "overflow-clip-margin-bottom" | "overflow-clip-margin-inline" | "overflow-clip-margin-inline-end" | "overflow-clip-margin-inline-start" | "overflow-clip-margin-left" | "overflow-clip-margin-right" | "overflow-clip-margin-top" | "overflow-inline" | "overflow-wrap" | "overflow-x" | "overflow-y" | "overlay" | "overscroll-behavior" | "overscroll-behavior-block" | "overscroll-behavior-inline" | "overscroll-behavior-x" | "overscroll-behavior-y" | "padding" | "padding-block" | "padding-block-end" | "padding-block-start" | "padding-bottom" | "padding-inline" | "padding-inline-end" | "padding-inline-start" | "padding-left" | "padding-right" | "padding-top" | "page" | "page-break-after" | "page-break-before" | "page-break-inside" | "paint-order" | "path-length" | "pause" | "pause-after" | "pause-before" | "perspective" | "perspective-origin" | "place-content" | "place-items" | "place-self" | "pointer-events" | "pointer-timeline" | "pointer-timeline-axis" | "pointer-timeline-name" | "position" | "position-anchor" | "position-area" | "position-try" | "position-try-fallbacks" | "position-try-order" | "position-visibility" | "print-color-adjust" | "quotes" | "r" | "reading-flow" | "reading-order" | "region-fragment" | "resize" | "rest" | "rest-after" | "rest-before" | "right" | "rotate" | "row-gap" | "row-rule" | "row-rule-break" | "row-rule-color" | "row-rule-inset" | "row-rule-inset-cap" | "row-rule-inset-cap-end" | "row-rule-inset-cap-start" | "row-rule-inset-end" | "row-rule-inset-junction" | "row-rule-inset-junction-end" | "row-rule-inset-junction-start" | "row-rule-inset-start" | "row-rule-style" | "row-rule-visibility-items" | "row-rule-width" | "ruby-align" | "ruby-merge" | "ruby-overhang" | "ruby-position" | "rule" | "rule-break" | "rule-color" | "rule-inset" | "rule-inset-cap" | "rule-inset-end" | "rule-inset-junction" | "rule-inset-start" | "rule-overlap" | "rule-style" | "rule-visibility-items" | "rule-width" | "rx" | "ry" | "scale" | "scroll-axis-lock" | "scroll-behavior" | "scroll-initial-target" | "scroll-margin" | "scroll-margin-block" | "scroll-margin-block-end" | "scroll-margin-block-start" | "scroll-margin-bottom" | "scroll-margin-inline" | "scroll-margin-inline-end" | "scroll-margin-inline-start" | "scroll-margin-left" | "scroll-margin-right" | "scroll-margin-top" | "scroll-marker-group" | "scroll-padding" | "scroll-padding-block" | "scroll-padding-block-end" | "scroll-padding-block-start" | "scroll-padding-bottom" | "scroll-padding-inline" | "scroll-padding-inline-end" | "scroll-padding-inline-start" | "scroll-padding-left" | "scroll-padding-right" | "scroll-padding-top" | "scroll-snap-align" | "scroll-snap-stop" | "scroll-snap-type" | "scroll-target-group" | "scroll-timeline" | "scroll-timeline-axis" | "scroll-timeline-name" | "scrollbar-color" | "scrollbar-gutter" | "scrollbar-width" | "shape-image-threshold" | "shape-inside" | "shape-margin" | "shape-outside" | "shape-padding" | "shape-rendering" | "slider-orientation" | "spatial-navigation-action" | "spatial-navigation-contain" | "spatial-navigation-function" | "speak" | "speak-as" | "stop-color" | "stop-opacity" | "string-set" | "stroke" | "stroke-align" | "stroke-alignment" | "stroke-break" | "stroke-color" | "stroke-dash-corner" | "stroke-dash-justify" | "stroke-dashadjust" | "stroke-dasharray" | "stroke-dashcorner" | "stroke-dashoffset" | "stroke-image" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-origin" | "stroke-position" | "stroke-repeat" | "stroke-size" | "stroke-width" | "tab-size" | "table-layout" | "text-align" | "text-align-all" | "text-align-last" | "text-anchor" | "text-autospace" | "text-box" | "text-box-edge" | "text-box-trim" | "text-combine-upright" | "text-decoration" | "text-decoration-color" | "text-decoration-inset" | "text-decoration-line" | "text-decoration-skip" | "text-decoration-skip-box" | "text-decoration-skip-ink" | "text-decoration-skip-self" | "text-decoration-skip-spaces" | "text-decoration-style" | "text-decoration-thickness" | "text-emphasis" | "text-emphasis-color" | "text-emphasis-position" | "text-emphasis-skip" | "text-emphasis-style" | "text-fit" | "text-group-align" | "text-indent" | "text-justify" | "text-orientation" | "text-overflow" | "text-rendering" | "text-shadow" | "text-size-adjust" | "text-spacing" | "text-spacing-trim" | "text-transform" | "text-underline-offset" | "text-underline-position" | "text-wrap" | "text-wrap-mode" | "text-wrap-style" | "timeline-scope" | "timeline-trigger" | "timeline-trigger-activation-range" | "timeline-trigger-activation-range-end" | "timeline-trigger-activation-range-start" | "timeline-trigger-active-range" | "timeline-trigger-active-range-end" | "timeline-trigger-active-range-start" | "timeline-trigger-name" | "timeline-trigger-source" | "top" | "touch-action" | "transform" | "transform-box" | "transform-origin" | "transform-style" | "transition" | "transition-behavior" | "transition-delay" | "transition-duration" | "transition-property" | "transition-timing-function" | "translate" | "trigger-scope" | "user-select" | "vector-effect" | "vertical-align" | "view-timeline" | "view-timeline-axis" | "view-timeline-inset" | "view-timeline-name" | "view-transition-class" | "view-transition-group" | "view-transition-name" | "view-transition-scope" | "visibility" | "voice-balance" | "voice-duration" | "voice-family" | "voice-pitch" | "voice-range" | "voice-rate" | "voice-stress" | "voice-volume" | "white-space" | "white-space-collapse" | "white-space-trim" | "widows" | "width" | "will-change" | "window-drag" | "word-break" | "word-space-transform" | "word-spacing" | "word-wrap" | "wrap-after" | "wrap-before" | "wrap-flow" | "wrap-inside" | "wrap-through" | "writing-mode" | "x" | "y" | "z-index" | "zoom";
79
+ "anchor-name": "all";
80
+ "anchor-scope": "all";
81
+ animation: "-webkit-animation" | "-webkit-animation-delay" | "-webkit-animation-direction" | "-webkit-animation-duration" | "-webkit-animation-fill-mode" | "-webkit-animation-iteration-count" | "-webkit-animation-name" | "-webkit-animation-play-state" | "-webkit-animation-timing-function" | "all" | "animation-delay" | "animation-delay-end" | "animation-delay-start" | "animation-direction" | "animation-duration" | "animation-fill-mode" | "animation-iteration-count" | "animation-name" | "animation-play-state" | "animation-range" | "animation-range-end" | "animation-range-start" | "animation-timeline" | "animation-timing-function" | "animation-trigger";
82
+ "animation-composition": "all";
83
+ "animation-delay": "-webkit-animation" | "-webkit-animation-delay" | "all" | "animation" | "animation-delay-end" | "animation-delay-start";
84
+ "animation-delay-end": "-webkit-animation" | "-webkit-animation-delay" | "all" | "animation" | "animation-delay";
85
+ "animation-delay-start": "-webkit-animation" | "-webkit-animation-delay" | "all" | "animation" | "animation-delay";
86
+ "animation-direction": "-webkit-animation" | "-webkit-animation-direction" | "all" | "animation";
87
+ "animation-duration": "-webkit-animation" | "-webkit-animation-duration" | "all" | "animation";
88
+ "animation-fill-mode": "-webkit-animation" | "-webkit-animation-fill-mode" | "all" | "animation";
89
+ "animation-iteration-count": "-webkit-animation" | "-webkit-animation-iteration-count" | "all" | "animation";
90
+ "animation-name": "-webkit-animation" | "-webkit-animation-name" | "all" | "animation";
91
+ "animation-play-state": "-webkit-animation" | "-webkit-animation-play-state" | "all" | "animation";
92
+ "animation-range": "-webkit-animation" | "all" | "animation" | "animation-range-end" | "animation-range-start";
93
+ "animation-range-center": "all";
94
+ "animation-range-end": "-webkit-animation" | "all" | "animation" | "animation-range";
95
+ "animation-range-start": "-webkit-animation" | "all" | "animation" | "animation-range";
96
+ "animation-timeline": "-webkit-animation" | "all" | "animation";
97
+ "animation-timing-function": "-webkit-animation" | "-webkit-animation-timing-function" | "all" | "animation";
98
+ "animation-trigger": "-webkit-animation" | "all" | "animation";
99
+ appearance: "-webkit-appearance" | "all";
100
+ "aspect-ratio": "all";
101
+ "backdrop-filter": "all";
102
+ "backface-visibility": "-webkit-backface-visibility" | "all";
103
+ background: "-webkit-background-clip" | "-webkit-background-origin" | "-webkit-background-size" | "all" | "background-attachment" | "background-blend-mode" | "background-clip" | "background-color" | "background-image" | "background-origin" | "background-position" | "background-position-block" | "background-position-inline" | "background-position-x" | "background-position-y" | "background-repeat" | "background-size";
104
+ "background-attachment": "all" | "background";
105
+ "background-blend-mode": "all" | "background";
106
+ "background-clip": "-webkit-background-clip" | "all" | "background";
107
+ "background-color": "all" | "background";
108
+ "background-image": "all" | "background";
109
+ "background-origin": "-webkit-background-origin" | "all" | "background";
110
+ "background-position": "all" | "background" | "background-position-block" | "background-position-inline" | "background-position-x" | "background-position-y";
111
+ "background-position-block": "all" | "background" | "background-position" | "background-position-x" | "background-position-y";
112
+ "background-position-inline": "all" | "background" | "background-position" | "background-position-x" | "background-position-y";
113
+ "background-position-x": "all" | "background" | "background-position" | "background-position-block" | "background-position-inline";
114
+ "background-position-y": "all" | "background" | "background-position" | "background-position-block" | "background-position-inline";
115
+ "background-repeat": "all" | "background";
116
+ "background-repeat-block": "all" | "background-repeat-x" | "background-repeat-y";
117
+ "background-repeat-inline": "all" | "background-repeat-x" | "background-repeat-y";
118
+ "background-repeat-x": "all" | "background-repeat-block" | "background-repeat-inline";
119
+ "background-repeat-y": "all" | "background-repeat-block" | "background-repeat-inline";
120
+ "background-size": "-webkit-background-size" | "all" | "background";
121
+ "background-tbd": "all";
122
+ "baseline-shift": "all" | "vertical-align";
123
+ "baseline-source": "all" | "vertical-align";
124
+ "block-ellipsis": "-webkit-line-clamp" | "all" | "line-clamp";
125
+ "block-size": "all" | "height" | "width";
126
+ "block-step": "all" | "block-step-align" | "block-step-insert" | "block-step-round" | "block-step-size";
127
+ "block-step-align": "all" | "block-step";
128
+ "block-step-insert": "all" | "block-step";
129
+ "block-step-round": "all" | "block-step";
130
+ "block-step-size": "all" | "block-step";
131
+ "bookmark-label": "all";
132
+ "bookmark-level": "all";
133
+ "bookmark-state": "all";
134
+ border: "all" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-end-style" | "border-block-end-width" | "border-block-start" | "border-block-start-color" | "border-block-start-style" | "border-block-start-width" | "border-block-style" | "border-block-width" | "border-bottom" | "border-bottom-color" | "border-bottom-style" | "border-bottom-width" | "border-color" | "border-image" | "border-image-outset" | "border-image-repeat" | "border-image-slice" | "border-image-source" | "border-image-width" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-end-style" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-color" | "border-inline-start-style" | "border-inline-start-width" | "border-inline-style" | "border-inline-width" | "border-left" | "border-left-color" | "border-left-style" | "border-left-width" | "border-right" | "border-right-color" | "border-right-style" | "border-right-width" | "border-style" | "border-top" | "border-top-color" | "border-top-style" | "border-top-width" | "border-width";
135
+ "border-block": "all" | "border" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-end-style" | "border-block-end-width" | "border-block-start" | "border-block-start-color" | "border-block-start-style" | "border-block-start-width" | "border-block-style" | "border-block-width" | "border-bottom" | "border-bottom-color" | "border-bottom-style" | "border-bottom-width" | "border-color" | "border-left" | "border-left-color" | "border-left-style" | "border-left-width" | "border-right" | "border-right-color" | "border-right-style" | "border-right-width" | "border-style" | "border-top" | "border-top-color" | "border-top-style" | "border-top-width" | "border-width";
136
+ "border-block-clip": "all" | "border-block-end-clip" | "border-block-start-clip" | "border-bottom-clip" | "border-clip" | "border-left-clip" | "border-right-clip" | "border-top-clip";
137
+ "border-block-color": "all" | "border" | "border-block" | "border-block-end" | "border-block-end-color" | "border-block-start" | "border-block-start-color" | "border-bottom" | "border-bottom-color" | "border-color" | "border-left" | "border-left-color" | "border-right" | "border-right-color" | "border-top" | "border-top-color";
138
+ "border-block-end": "all" | "border" | "border-block" | "border-block-color" | "border-block-end-color" | "border-block-end-style" | "border-block-end-width" | "border-block-style" | "border-block-width" | "border-bottom" | "border-bottom-color" | "border-bottom-style" | "border-bottom-width" | "border-color" | "border-left" | "border-left-color" | "border-left-style" | "border-left-width" | "border-right" | "border-right-color" | "border-right-style" | "border-right-width" | "border-style" | "border-top" | "border-top-color" | "border-top-style" | "border-top-width" | "border-width";
139
+ "border-block-end-clip": "all" | "border-block-clip" | "border-bottom-clip" | "border-clip" | "border-left-clip" | "border-right-clip" | "border-top-clip";
140
+ "border-block-end-color": "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-bottom" | "border-bottom-color" | "border-color" | "border-left" | "border-left-color" | "border-right" | "border-right-color" | "border-top" | "border-top-color";
141
+ "border-block-end-radius": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "all" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "corner" | "corner-block-end" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-right" | "corner-top" | "corner-top-left" | "corner-top-right";
142
+ "border-block-end-style": "all" | "border" | "border-block" | "border-block-end" | "border-block-style" | "border-bottom" | "border-bottom-style" | "border-left" | "border-left-style" | "border-right" | "border-right-style" | "border-style" | "border-top" | "border-top-style";
143
+ "border-block-end-width": "all" | "border" | "border-block" | "border-block-end" | "border-block-width" | "border-bottom" | "border-bottom-width" | "border-left" | "border-left-width" | "border-right" | "border-right-width" | "border-top" | "border-top-width" | "border-width";
144
+ "border-block-start": "all" | "border" | "border-block" | "border-block-color" | "border-block-start-color" | "border-block-start-style" | "border-block-start-width" | "border-block-style" | "border-block-width" | "border-bottom" | "border-bottom-color" | "border-bottom-style" | "border-bottom-width" | "border-color" | "border-left" | "border-left-color" | "border-left-style" | "border-left-width" | "border-right" | "border-right-color" | "border-right-style" | "border-right-width" | "border-style" | "border-top" | "border-top-color" | "border-top-style" | "border-top-width" | "border-width";
145
+ "border-block-start-clip": "all" | "border-block-clip" | "border-bottom-clip" | "border-clip" | "border-left-clip" | "border-right-clip" | "border-top-clip";
146
+ "border-block-start-color": "all" | "border" | "border-block" | "border-block-color" | "border-block-start" | "border-bottom" | "border-bottom-color" | "border-color" | "border-left" | "border-left-color" | "border-right" | "border-right-color" | "border-top" | "border-top-color";
147
+ "border-block-start-radius": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "all" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "corner" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-right" | "corner-start-end" | "corner-start-start" | "corner-top" | "corner-top-left" | "corner-top-right";
148
+ "border-block-start-style": "all" | "border" | "border-block" | "border-block-start" | "border-block-style" | "border-bottom" | "border-bottom-style" | "border-left" | "border-left-style" | "border-right" | "border-right-style" | "border-style" | "border-top" | "border-top-style";
149
+ "border-block-start-width": "all" | "border" | "border-block" | "border-block-start" | "border-block-width" | "border-bottom" | "border-bottom-width" | "border-left" | "border-left-width" | "border-right" | "border-right-width" | "border-top" | "border-top-width" | "border-width";
150
+ "border-block-style": "all" | "border" | "border-block" | "border-block-end" | "border-block-end-style" | "border-block-start" | "border-block-start-style" | "border-bottom" | "border-bottom-style" | "border-left" | "border-left-style" | "border-right" | "border-right-style" | "border-style" | "border-top" | "border-top-style";
151
+ "border-block-width": "all" | "border" | "border-block" | "border-block-end" | "border-block-end-width" | "border-block-start" | "border-block-start-width" | "border-bottom" | "border-bottom-width" | "border-left" | "border-left-width" | "border-right" | "border-right-width" | "border-top" | "border-top-width" | "border-width";
152
+ "border-bottom": "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-end-style" | "border-block-end-width" | "border-block-start" | "border-block-start-color" | "border-block-start-style" | "border-block-start-width" | "border-block-style" | "border-block-width" | "border-bottom-color" | "border-bottom-style" | "border-bottom-width" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-end-style" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-color" | "border-inline-start-style" | "border-inline-start-width" | "border-inline-style" | "border-inline-width" | "border-style" | "border-width";
153
+ "border-bottom-clip": "all" | "border-block-clip" | "border-block-end-clip" | "border-block-start-clip" | "border-clip" | "border-inline-clip" | "border-inline-end-clip" | "border-inline-start-clip";
154
+ "border-bottom-color": "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-start" | "border-block-start-color" | "border-bottom" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-start" | "border-inline-start-color";
155
+ "border-bottom-left-radius": "-webkit-border-bottom-left-radius" | "-webkit-border-radius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-start-end-radius" | "border-start-start-radius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-start-end" | "corner-start-start";
156
+ "border-bottom-radius": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-right" | "corner-start-end" | "corner-start-start";
157
+ "border-bottom-right-radius": "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-right" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-right" | "corner-start-end" | "corner-start-start";
158
+ "border-bottom-style": "all" | "border" | "border-block" | "border-block-end" | "border-block-end-style" | "border-block-start" | "border-block-start-style" | "border-block-style" | "border-bottom" | "border-inline" | "border-inline-end" | "border-inline-end-style" | "border-inline-start" | "border-inline-start-style" | "border-inline-style" | "border-style";
159
+ "border-bottom-width": "all" | "border" | "border-block" | "border-block-end" | "border-block-end-width" | "border-block-start" | "border-block-start-width" | "border-block-width" | "border-bottom" | "border-inline" | "border-inline-end" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-width" | "border-inline-width" | "border-width";
160
+ "border-boundary": "all";
161
+ "border-clip": "all" | "border-block-clip" | "border-block-end-clip" | "border-block-start-clip" | "border-bottom-clip" | "border-inline-clip" | "border-inline-end-clip" | "border-inline-start-clip" | "border-left-clip" | "border-right-clip" | "border-top-clip";
162
+ "border-collapse": "all";
163
+ "border-color": "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-start" | "border-block-start-color" | "border-bottom" | "border-bottom-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-start" | "border-inline-start-color" | "border-left" | "border-left-color" | "border-right" | "border-right-color" | "border-top" | "border-top-color";
164
+ "border-end-end-radius": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "all" | "border-block-end-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-inline-end-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "corner" | "corner-block-end" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-end-end" | "corner-inline-end" | "corner-left" | "corner-right" | "corner-top" | "corner-top-left" | "corner-top-right";
165
+ "border-end-start-radius": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "all" | "border-block-end-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "corner" | "corner-block-end" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-end-start" | "corner-inline-start" | "corner-left" | "corner-right" | "corner-top" | "corner-top-left" | "corner-top-right";
166
+ "border-image": "all" | "border" | "border-image-outset" | "border-image-repeat" | "border-image-slice" | "border-image-source" | "border-image-width";
167
+ "border-image-outset": "all" | "border" | "border-image";
168
+ "border-image-repeat": "all" | "border" | "border-image";
169
+ "border-image-slice": "all" | "border" | "border-image";
170
+ "border-image-source": "all" | "border" | "border-image";
171
+ "border-image-width": "all" | "border" | "border-image";
172
+ "border-inline": "all" | "border" | "border-bottom" | "border-bottom-color" | "border-bottom-style" | "border-bottom-width" | "border-color" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-end-style" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-color" | "border-inline-start-style" | "border-inline-start-width" | "border-inline-style" | "border-inline-width" | "border-left" | "border-left-color" | "border-left-style" | "border-left-width" | "border-right" | "border-right-color" | "border-right-style" | "border-right-width" | "border-style" | "border-top" | "border-top-color" | "border-top-style" | "border-top-width" | "border-width";
173
+ "border-inline-clip": "all" | "border-bottom-clip" | "border-clip" | "border-inline-end-clip" | "border-inline-start-clip" | "border-left-clip" | "border-right-clip" | "border-top-clip";
174
+ "border-inline-color": "all" | "border" | "border-bottom" | "border-bottom-color" | "border-color" | "border-inline" | "border-inline-end" | "border-inline-end-color" | "border-inline-start" | "border-inline-start-color" | "border-left" | "border-left-color" | "border-right" | "border-right-color" | "border-top" | "border-top-color";
175
+ "border-inline-end": "all" | "border" | "border-bottom" | "border-bottom-color" | "border-bottom-style" | "border-bottom-width" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end-color" | "border-inline-end-style" | "border-inline-end-width" | "border-inline-style" | "border-inline-width" | "border-left" | "border-left-color" | "border-left-style" | "border-left-width" | "border-right" | "border-right-color" | "border-right-style" | "border-right-width" | "border-style" | "border-top" | "border-top-color" | "border-top-style" | "border-top-width" | "border-width";
176
+ "border-inline-end-clip": "all" | "border-bottom-clip" | "border-clip" | "border-inline-clip" | "border-left-clip" | "border-right-clip" | "border-top-clip";
177
+ "border-inline-end-color": "all" | "border" | "border-bottom" | "border-bottom-color" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-left" | "border-left-color" | "border-right" | "border-right-color" | "border-top" | "border-top-color";
178
+ "border-inline-end-radius": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-end-end" | "corner-inline-end" | "corner-left" | "corner-right" | "corner-start-end" | "corner-top" | "corner-top-left" | "corner-top-right";
179
+ "border-inline-end-style": "all" | "border" | "border-bottom" | "border-bottom-style" | "border-inline" | "border-inline-end" | "border-inline-style" | "border-left" | "border-left-style" | "border-right" | "border-right-style" | "border-style" | "border-top" | "border-top-style";
180
+ "border-inline-end-width": "all" | "border" | "border-bottom" | "border-bottom-width" | "border-inline" | "border-inline-end" | "border-inline-width" | "border-left" | "border-left-width" | "border-right" | "border-right-width" | "border-top" | "border-top-width" | "border-width";
181
+ "border-inline-start": "all" | "border" | "border-bottom" | "border-bottom-color" | "border-bottom-style" | "border-bottom-width" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-start-color" | "border-inline-start-style" | "border-inline-start-width" | "border-inline-style" | "border-inline-width" | "border-left" | "border-left-color" | "border-left-style" | "border-left-width" | "border-right" | "border-right-color" | "border-right-style" | "border-right-width" | "border-style" | "border-top" | "border-top-color" | "border-top-style" | "border-top-width" | "border-width";
182
+ "border-inline-start-clip": "all" | "border-bottom-clip" | "border-clip" | "border-inline-clip" | "border-left-clip" | "border-right-clip" | "border-top-clip";
183
+ "border-inline-start-color": "all" | "border" | "border-bottom" | "border-bottom-color" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-start" | "border-left" | "border-left-color" | "border-right" | "border-right-color" | "border-top" | "border-top-color";
184
+ "border-inline-start-radius": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-end-start" | "corner-inline-start" | "corner-left" | "corner-right" | "corner-start-start" | "corner-top" | "corner-top-left" | "corner-top-right";
185
+ "border-inline-start-style": "all" | "border" | "border-bottom" | "border-bottom-style" | "border-inline" | "border-inline-start" | "border-inline-style" | "border-left" | "border-left-style" | "border-right" | "border-right-style" | "border-style" | "border-top" | "border-top-style";
186
+ "border-inline-start-width": "all" | "border" | "border-bottom" | "border-bottom-width" | "border-inline" | "border-inline-start" | "border-inline-width" | "border-left" | "border-left-width" | "border-right" | "border-right-width" | "border-top" | "border-top-width" | "border-width";
187
+ "border-inline-style": "all" | "border" | "border-bottom" | "border-bottom-style" | "border-inline" | "border-inline-end" | "border-inline-end-style" | "border-inline-start" | "border-inline-start-style" | "border-left" | "border-left-style" | "border-right" | "border-right-style" | "border-style" | "border-top" | "border-top-style";
188
+ "border-inline-width": "all" | "border" | "border-bottom" | "border-bottom-width" | "border-inline" | "border-inline-end" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-width" | "border-left" | "border-left-width" | "border-right" | "border-right-width" | "border-top" | "border-top-width" | "border-width";
189
+ "border-left": "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-end-style" | "border-block-end-width" | "border-block-start" | "border-block-start-color" | "border-block-start-style" | "border-block-start-width" | "border-block-style" | "border-block-width" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-end-style" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-color" | "border-inline-start-style" | "border-inline-start-width" | "border-inline-style" | "border-inline-width" | "border-left-color" | "border-left-style" | "border-left-width" | "border-style" | "border-width";
190
+ "border-left-clip": "all" | "border-block-clip" | "border-block-end-clip" | "border-block-start-clip" | "border-clip" | "border-inline-clip" | "border-inline-end-clip" | "border-inline-start-clip";
191
+ "border-left-color": "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-start" | "border-block-start-color" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-start" | "border-inline-start-color" | "border-left";
192
+ "border-left-radius": "-webkit-border-bottom-left-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-start-end" | "corner-start-start" | "corner-top" | "corner-top-left";
193
+ "border-left-style": "all" | "border" | "border-block" | "border-block-end" | "border-block-end-style" | "border-block-start" | "border-block-start-style" | "border-block-style" | "border-inline" | "border-inline-end" | "border-inline-end-style" | "border-inline-start" | "border-inline-start-style" | "border-inline-style" | "border-left" | "border-style";
194
+ "border-left-width": "all" | "border" | "border-block" | "border-block-end" | "border-block-end-width" | "border-block-start" | "border-block-start-width" | "border-block-width" | "border-inline" | "border-inline-end" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-width" | "border-inline-width" | "border-left" | "border-width";
195
+ "border-limit": "all";
196
+ "border-radius": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-right" | "corner-start-end" | "corner-start-start" | "corner-top" | "corner-top-left" | "corner-top-right";
197
+ "border-right": "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-end-style" | "border-block-end-width" | "border-block-start" | "border-block-start-color" | "border-block-start-style" | "border-block-start-width" | "border-block-style" | "border-block-width" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-end-style" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-color" | "border-inline-start-style" | "border-inline-start-width" | "border-inline-style" | "border-inline-width" | "border-right-color" | "border-right-style" | "border-right-width" | "border-style" | "border-width";
198
+ "border-right-clip": "all" | "border-block-clip" | "border-block-end-clip" | "border-block-start-clip" | "border-clip" | "border-inline-clip" | "border-inline-end-clip" | "border-inline-start-clip";
199
+ "border-right-color": "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-start" | "border-block-start-color" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-start" | "border-inline-start-color" | "border-right";
200
+ "border-right-radius": "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-right-radius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-radius" | "border-top-right-radius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-bottom" | "corner-bottom-right" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-right" | "corner-start-end" | "corner-start-start" | "corner-top" | "corner-top-right";
201
+ "border-right-style": "all" | "border" | "border-block" | "border-block-end" | "border-block-end-style" | "border-block-start" | "border-block-start-style" | "border-block-style" | "border-inline" | "border-inline-end" | "border-inline-end-style" | "border-inline-start" | "border-inline-start-style" | "border-inline-style" | "border-right" | "border-style";
202
+ "border-right-width": "all" | "border" | "border-block" | "border-block-end" | "border-block-end-width" | "border-block-start" | "border-block-start-width" | "border-block-width" | "border-inline" | "border-inline-end" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-width" | "border-inline-width" | "border-right" | "border-width";
203
+ "border-shape": "all";
204
+ "border-spacing": "all";
205
+ "border-start-end-radius": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "all" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-inline-end-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "corner" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-inline-end" | "corner-left" | "corner-right" | "corner-start-end" | "corner-top" | "corner-top-left" | "corner-top-right";
206
+ "border-start-start-radius": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "all" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "corner" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-right" | "corner-inline-start" | "corner-left" | "corner-right" | "corner-start-start" | "corner-top" | "corner-top-left" | "corner-top-right";
207
+ "border-style": "all" | "border" | "border-block" | "border-block-end" | "border-block-end-style" | "border-block-start" | "border-block-start-style" | "border-block-style" | "border-bottom" | "border-bottom-style" | "border-inline" | "border-inline-end" | "border-inline-end-style" | "border-inline-start" | "border-inline-start-style" | "border-inline-style" | "border-left" | "border-left-style" | "border-right" | "border-right-style" | "border-top" | "border-top-style";
208
+ "border-top": "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-end-style" | "border-block-end-width" | "border-block-start" | "border-block-start-color" | "border-block-start-style" | "border-block-start-width" | "border-block-style" | "border-block-width" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-end-style" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-color" | "border-inline-start-style" | "border-inline-start-width" | "border-inline-style" | "border-inline-width" | "border-style" | "border-top-color" | "border-top-style" | "border-top-width" | "border-width";
209
+ "border-top-clip": "all" | "border-block-clip" | "border-block-end-clip" | "border-block-start-clip" | "border-clip" | "border-inline-clip" | "border-inline-end-clip" | "border-inline-start-clip";
210
+ "border-top-color": "all" | "border" | "border-block" | "border-block-color" | "border-block-end" | "border-block-end-color" | "border-block-start" | "border-block-start-color" | "border-color" | "border-inline" | "border-inline-color" | "border-inline-end" | "border-inline-end-color" | "border-inline-start" | "border-inline-start-color" | "border-top";
211
+ "border-top-left-radius": "-webkit-border-radius" | "-webkit-border-top-left-radius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-radius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-start-end" | "corner-start-start" | "corner-top" | "corner-top-left";
212
+ "border-top-radius": "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-right-radius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-left" | "corner-right" | "corner-start-end" | "corner-start-start" | "corner-top" | "corner-top-left" | "corner-top-right";
213
+ "border-top-right-radius": "-webkit-border-radius" | "-webkit-border-top-right-radius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-radius" | "corner" | "corner-block-end" | "corner-block-start" | "corner-end-end" | "corner-end-start" | "corner-inline-end" | "corner-inline-start" | "corner-right" | "corner-start-end" | "corner-start-start" | "corner-top" | "corner-top-right";
214
+ "border-top-style": "all" | "border" | "border-block" | "border-block-end" | "border-block-end-style" | "border-block-start" | "border-block-start-style" | "border-block-style" | "border-inline" | "border-inline-end" | "border-inline-end-style" | "border-inline-start" | "border-inline-start-style" | "border-inline-style" | "border-style" | "border-top";
215
+ "border-top-width": "all" | "border" | "border-block" | "border-block-end" | "border-block-end-width" | "border-block-start" | "border-block-start-width" | "border-block-width" | "border-inline" | "border-inline-end" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-width" | "border-inline-width" | "border-top" | "border-width";
216
+ "border-width": "all" | "border" | "border-block" | "border-block-end" | "border-block-end-width" | "border-block-start" | "border-block-start-width" | "border-block-width" | "border-bottom" | "border-bottom-width" | "border-inline" | "border-inline-end" | "border-inline-end-width" | "border-inline-start" | "border-inline-start-width" | "border-inline-width" | "border-left" | "border-left-width" | "border-right" | "border-right-width" | "border-top" | "border-top-width";
217
+ bottom: "all" | "inset" | "inset-block" | "inset-block-end" | "inset-block-start" | "inset-inline" | "inset-inline-end" | "inset-inline-start";
218
+ "box-decoration-break": "all";
219
+ "box-shadow": "-webkit-box-shadow" | "all" | "box-shadow-blur" | "box-shadow-color" | "box-shadow-offset" | "box-shadow-position" | "box-shadow-spread";
220
+ "box-shadow-blur": "-webkit-box-shadow" | "all" | "box-shadow";
221
+ "box-shadow-color": "-webkit-box-shadow" | "all" | "box-shadow";
222
+ "box-shadow-offset": "-webkit-box-shadow" | "all" | "box-shadow";
223
+ "box-shadow-position": "-webkit-box-shadow" | "all" | "box-shadow";
224
+ "box-shadow-spread": "-webkit-box-shadow" | "all" | "box-shadow";
225
+ "box-sizing": "-webkit-box-sizing" | "all";
226
+ "box-snap": "all";
227
+ "break-after": "all";
228
+ "break-before": "all";
229
+ "break-inside": "all";
230
+ "caption-side": "all";
231
+ caret: "all" | "caret-animation" | "caret-color" | "caret-shape";
232
+ "caret-animation": "all" | "caret";
233
+ "caret-color": "all" | "caret";
234
+ "caret-shape": "all" | "caret";
235
+ clear: "all";
236
+ clip: "all";
237
+ "clip-path": "all";
238
+ "clip-rule": "all";
239
+ color: "all";
240
+ "color-adjust": "all" | "print-color-adjust";
241
+ "color-interpolation": "all";
242
+ "color-interpolation-filters": "all";
243
+ "color-scheme": "all";
244
+ "column-count": "all" | "columns";
245
+ "column-fill": "all";
246
+ "column-gap": "all" | "gap" | "grid-column-gap" | "grid-gap";
247
+ "column-height": "all" | "columns";
248
+ "column-rule": "all" | "column-rule-color" | "column-rule-style" | "column-rule-width" | "rule" | "rule-color" | "rule-style" | "rule-width";
249
+ "column-rule-break": "all" | "rule-break";
250
+ "column-rule-color": "all" | "column-rule" | "rule" | "rule-color";
251
+ "column-rule-inset": "all" | "column-rule-inset-cap" | "column-rule-inset-cap-end" | "column-rule-inset-cap-start" | "column-rule-inset-end" | "column-rule-inset-junction" | "column-rule-inset-junction-end" | "column-rule-inset-junction-start" | "column-rule-inset-start" | "rule-inset" | "rule-inset-cap" | "rule-inset-end" | "rule-inset-junction" | "rule-inset-start";
252
+ "column-rule-inset-cap": "all" | "column-rule-inset" | "column-rule-inset-cap-end" | "column-rule-inset-cap-start" | "column-rule-inset-end" | "column-rule-inset-start" | "rule-inset" | "rule-inset-cap" | "rule-inset-end" | "rule-inset-start";
253
+ "column-rule-inset-cap-end": "all" | "column-rule-inset" | "column-rule-inset-cap" | "column-rule-inset-end" | "rule-inset" | "rule-inset-cap" | "rule-inset-end";
254
+ "column-rule-inset-cap-start": "all" | "column-rule-inset" | "column-rule-inset-cap" | "column-rule-inset-start" | "rule-inset" | "rule-inset-cap" | "rule-inset-start";
255
+ "column-rule-inset-end": "all" | "column-rule-inset" | "column-rule-inset-cap" | "column-rule-inset-cap-end" | "column-rule-inset-junction" | "column-rule-inset-junction-end" | "rule-inset" | "rule-inset-cap" | "rule-inset-end" | "rule-inset-junction";
256
+ "column-rule-inset-junction": "all" | "column-rule-inset" | "column-rule-inset-end" | "column-rule-inset-junction-end" | "column-rule-inset-junction-start" | "column-rule-inset-start" | "rule-inset" | "rule-inset-end" | "rule-inset-junction" | "rule-inset-start";
257
+ "column-rule-inset-junction-end": "all" | "column-rule-inset" | "column-rule-inset-end" | "column-rule-inset-junction" | "rule-inset" | "rule-inset-end" | "rule-inset-junction";
258
+ "column-rule-inset-junction-start": "all" | "column-rule-inset" | "column-rule-inset-junction" | "column-rule-inset-start" | "rule-inset" | "rule-inset-junction" | "rule-inset-start";
259
+ "column-rule-inset-start": "all" | "column-rule-inset" | "column-rule-inset-cap" | "column-rule-inset-cap-start" | "column-rule-inset-junction" | "column-rule-inset-junction-start" | "rule-inset" | "rule-inset-cap" | "rule-inset-junction" | "rule-inset-start";
260
+ "column-rule-style": "all" | "column-rule" | "rule" | "rule-style";
261
+ "column-rule-visibility-items": "all" | "rule-visibility-items";
262
+ "column-rule-width": "all" | "column-rule" | "rule" | "rule-width";
263
+ "column-span": "all";
264
+ "column-width": "all" | "columns";
265
+ "column-wrap": "all";
266
+ columns: "all" | "column-count" | "column-height" | "column-width";
267
+ contain: "all";
268
+ "contain-intrinsic-block-size": "all" | "contain-intrinsic-height" | "contain-intrinsic-size" | "contain-intrinsic-width";
269
+ "contain-intrinsic-height": "all" | "contain-intrinsic-block-size" | "contain-intrinsic-inline-size" | "contain-intrinsic-size";
270
+ "contain-intrinsic-inline-size": "all" | "contain-intrinsic-height" | "contain-intrinsic-size" | "contain-intrinsic-width";
271
+ "contain-intrinsic-size": "all" | "contain-intrinsic-block-size" | "contain-intrinsic-height" | "contain-intrinsic-inline-size" | "contain-intrinsic-width";
272
+ "contain-intrinsic-width": "all" | "contain-intrinsic-block-size" | "contain-intrinsic-inline-size" | "contain-intrinsic-size";
273
+ container: "all" | "container-name" | "container-type";
274
+ "container-name": "all" | "container";
275
+ "container-type": "all" | "container";
276
+ content: "all";
277
+ "content-visibility": "all";
278
+ continue: "-webkit-line-clamp" | "all" | "line-clamp";
279
+ "copy-into": "all";
280
+ corner: "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape";
281
+ "corner-block-end": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "all" | "border-block-end-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "corner" | "corner-block-end-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape";
282
+ "corner-block-end-shape": "all" | "corner" | "corner-block-end" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape";
283
+ "corner-block-start": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "all" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "corner" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape";
284
+ "corner-block-start-shape": "all" | "corner" | "corner-block-start" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape";
285
+ "corner-bottom": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape";
286
+ "corner-bottom-left": "-webkit-border-bottom-left-radius" | "-webkit-border-radius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-start-end-radius" | "border-start-start-radius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape";
287
+ "corner-bottom-left-shape": "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape";
288
+ "corner-bottom-right": "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape";
289
+ "corner-bottom-right-shape": "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-right" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape";
290
+ "corner-bottom-shape": "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape";
291
+ "corner-end-end": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "all" | "border-block-end-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-inline-end-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape";
292
+ "corner-end-end-shape": "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-inline-end" | "corner-inline-end-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape";
293
+ "corner-end-start": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "all" | "border-block-end-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-start-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-start-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape";
294
+ "corner-end-start-shape": "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-start" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape";
295
+ "corner-inline-end": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-inline-end-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-inline-end-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape";
296
+ "corner-inline-end-shape": "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-inline-end" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape";
297
+ "corner-inline-start": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-start-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape";
298
+ "corner-inline-start-shape": "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-start" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape";
299
+ "corner-left": "-webkit-border-bottom-left-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-shape";
300
+ "corner-left-shape": "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-shape";
301
+ "corner-right": "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-right-radius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-radius" | "border-top-right-radius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape";
302
+ "corner-right-shape": "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-right" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape";
303
+ "corner-shape": "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape";
304
+ "corner-start-end": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "all" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-inline-end-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "corner" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape";
305
+ "corner-start-end-shape": "all" | "corner" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape";
306
+ "corner-start-start": "-webkit-border-bottom-left-radius" | "-webkit-border-bottom-right-radius" | "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "all" | "border-block-start-radius" | "border-bottom-left-radius" | "border-bottom-radius" | "border-bottom-right-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "corner" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape";
307
+ "corner-start-start-shape": "all" | "corner" | "corner-block-start" | "corner-block-start-shape" | "corner-bottom" | "corner-bottom-left" | "corner-bottom-left-shape" | "corner-bottom-right" | "corner-bottom-right-shape" | "corner-bottom-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-start" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape";
308
+ "corner-top": "-webkit-border-radius" | "-webkit-border-top-left-radius" | "-webkit-border-top-right-radius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "border-top-right-radius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape" | "corner-top-shape";
309
+ "corner-top-left": "-webkit-border-radius" | "-webkit-border-top-left-radius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-left-radius" | "border-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-left-radius" | "border-top-radius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left-shape" | "corner-top-shape";
310
+ "corner-top-left-shape": "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-shape";
311
+ "corner-top-right": "-webkit-border-radius" | "-webkit-border-top-right-radius" | "all" | "border-block-end-radius" | "border-block-start-radius" | "border-end-end-radius" | "border-end-start-radius" | "border-inline-end-radius" | "border-inline-start-radius" | "border-radius" | "border-right-radius" | "border-start-end-radius" | "border-start-start-radius" | "border-top-radius" | "border-top-right-radius" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-right-shape" | "corner-top-shape";
312
+ "corner-top-right-shape": "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-right" | "corner-top-shape";
313
+ "corner-top-shape": "all" | "corner" | "corner-block-end" | "corner-block-end-shape" | "corner-block-start" | "corner-block-start-shape" | "corner-end-end" | "corner-end-end-shape" | "corner-end-start" | "corner-end-start-shape" | "corner-inline-end" | "corner-inline-end-shape" | "corner-inline-start" | "corner-inline-start-shape" | "corner-left" | "corner-left-shape" | "corner-right" | "corner-right-shape" | "corner-shape" | "corner-start-end" | "corner-start-end-shape" | "corner-start-start" | "corner-start-start-shape" | "corner-top" | "corner-top-left" | "corner-top-left-shape" | "corner-top-right" | "corner-top-right-shape";
314
+ "counter-increment": "all";
315
+ "counter-reset": "all";
316
+ "counter-set": "all";
317
+ cue: "all" | "cue-after" | "cue-before";
318
+ "cue-after": "all" | "cue";
319
+ "cue-before": "all" | "cue";
320
+ cursor: "all";
321
+ cx: "all";
322
+ cy: "all";
323
+ d: "all";
324
+ direction: never;
325
+ display: "all";
326
+ "dominant-baseline": "all";
327
+ "dynamic-range-limit": "all";
328
+ "empty-cells": "all";
329
+ "event-trigger": "all";
330
+ "event-trigger-name": "all";
331
+ "event-trigger-source": "all";
332
+ "field-sizing": "all";
333
+ fill: "all";
334
+ "fill-break": "all";
335
+ "fill-color": "all";
336
+ "fill-image": "all";
337
+ "fill-opacity": "all";
338
+ "fill-origin": "all";
339
+ "fill-position": "all";
340
+ "fill-repeat": "all";
341
+ "fill-rule": "all";
342
+ "fill-size": "all";
343
+ filter: "-webkit-filter" | "all";
344
+ flex: "-webkit-flex" | "-webkit-flex-basis" | "-webkit-flex-grow" | "-webkit-flex-shrink" | "all" | "flex-basis" | "flex-grow" | "flex-shrink";
345
+ "flex-basis": "-webkit-flex" | "-webkit-flex-basis" | "all" | "flex";
346
+ "flex-direction": "-webkit-flex-direction" | "-webkit-flex-flow" | "all" | "flex-flow";
347
+ "flex-flow": "-webkit-flex-direction" | "-webkit-flex-flow" | "-webkit-flex-wrap" | "all" | "flex-direction" | "flex-wrap";
348
+ "flex-grow": "-webkit-flex" | "-webkit-flex-grow" | "all" | "flex";
349
+ "flex-line-count": "all";
350
+ "flex-shrink": "-webkit-flex" | "-webkit-flex-shrink" | "all" | "flex";
351
+ "flex-wrap": "-webkit-flex-flow" | "-webkit-flex-wrap" | "all" | "flex-flow";
352
+ float: "all";
353
+ "float-defer": "all";
354
+ "float-offset": "all";
355
+ "float-reference": "all";
356
+ "flood-color": "all";
357
+ "flood-opacity": "all";
358
+ "flow-from": "all";
359
+ "flow-into": "all";
360
+ "flow-tolerance": "all";
361
+ font: "all" | "font-family" | "font-feature-settings" | "font-kerning" | "font-language-override" | "font-optical-sizing" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-variant-alternates" | "font-variant-caps" | "font-variant-east-asian" | "font-variant-emoji" | "font-variant-ligatures" | "font-variant-numeric" | "font-variant-position" | "font-variation-settings" | "font-weight" | "font-width" | "line-height";
362
+ "font-family": "all" | "font";
363
+ "font-feature-settings": "all" | "font";
364
+ "font-kerning": "all" | "font";
365
+ "font-language-override": "all" | "font";
366
+ "font-optical-sizing": "all" | "font";
367
+ "font-palette": "all";
368
+ "font-size": "all" | "font";
369
+ "font-size-adjust": "all" | "font";
370
+ "font-stretch": "all" | "font" | "font-width";
371
+ "font-style": "all" | "font";
372
+ "font-synthesis": "all" | "font-synthesis-small-caps" | "font-synthesis-style" | "font-synthesis-weight";
373
+ "font-synthesis-position": "all";
374
+ "font-synthesis-small-caps": "all" | "font-synthesis";
375
+ "font-synthesis-style": "all" | "font-synthesis";
376
+ "font-synthesis-weight": "all" | "font-synthesis";
377
+ "font-variant": "all" | "font" | "font-variant-alternates" | "font-variant-caps" | "font-variant-east-asian" | "font-variant-emoji" | "font-variant-ligatures" | "font-variant-numeric" | "font-variant-position";
378
+ "font-variant-alternates": "all" | "font" | "font-variant";
379
+ "font-variant-caps": "all" | "font" | "font-variant";
380
+ "font-variant-east-asian": "all" | "font" | "font-variant";
381
+ "font-variant-emoji": "all" | "font" | "font-variant";
382
+ "font-variant-ligatures": "all" | "font" | "font-variant";
383
+ "font-variant-numeric": "all" | "font" | "font-variant";
384
+ "font-variant-position": "all" | "font" | "font-variant";
385
+ "font-variation-settings": "all" | "font";
386
+ "font-weight": "all" | "font";
387
+ "font-width": "all" | "font" | "font-stretch";
388
+ "footnote-display": "all";
389
+ "footnote-policy": "all";
390
+ "forced-color-adjust": "all";
391
+ "frame-sizing": "all";
392
+ gap: "all" | "column-gap" | "grid-column-gap" | "grid-gap" | "grid-row-gap" | "row-gap";
393
+ "glyph-orientation-vertical": "all";
394
+ grid: "all" | "grid-auto-columns" | "grid-auto-flow" | "grid-auto-rows" | "grid-template" | "grid-template-areas" | "grid-template-columns" | "grid-template-rows";
395
+ "grid-area": "all" | "grid-column" | "grid-column-end" | "grid-column-start" | "grid-row" | "grid-row-end" | "grid-row-start";
396
+ "grid-auto-columns": "all" | "grid";
397
+ "grid-auto-flow": "all" | "grid";
398
+ "grid-auto-rows": "all" | "grid";
399
+ "grid-column": "all" | "grid-area" | "grid-column-end" | "grid-column-start";
400
+ "grid-column-end": "all" | "grid-area" | "grid-column";
401
+ "grid-column-gap": "all" | "column-gap" | "gap" | "grid-gap";
402
+ "grid-column-start": "all" | "grid-area" | "grid-column";
403
+ "grid-gap": "all" | "column-gap" | "gap" | "grid-column-gap" | "grid-row-gap" | "row-gap";
404
+ "grid-row": "all" | "grid-area" | "grid-row-end" | "grid-row-start";
405
+ "grid-row-end": "all" | "grid-area" | "grid-row";
406
+ "grid-row-gap": "all" | "gap" | "grid-gap" | "row-gap";
407
+ "grid-row-start": "all" | "grid-area" | "grid-row";
408
+ "grid-template": "all" | "grid" | "grid-template-areas" | "grid-template-columns" | "grid-template-rows";
409
+ "grid-template-areas": "all" | "grid" | "grid-template";
410
+ "grid-template-columns": "all" | "grid" | "grid-template";
411
+ "grid-template-rows": "all" | "grid" | "grid-template";
412
+ "hanging-punctuation": "all";
413
+ height: "all" | "block-size" | "inline-size";
414
+ "hyphenate-character": "all";
415
+ "hyphenate-limit-chars": "all";
416
+ "hyphenate-limit-last": "all";
417
+ "hyphenate-limit-lines": "all";
418
+ "hyphenate-limit-zone": "all";
419
+ hyphens: "all";
420
+ "image-animation": "all";
421
+ "image-orientation": "all";
422
+ "image-rendering": "all";
423
+ "image-resolution": "all";
424
+ "initial-letter": "all";
425
+ "initial-letter-align": "all";
426
+ "initial-letter-wrap": "all";
427
+ "inline-size": "all" | "height" | "width";
428
+ "inline-sizing": "all";
429
+ "input-security": "all";
430
+ inset: "all" | "bottom" | "inset-block" | "inset-block-end" | "inset-block-start" | "inset-inline" | "inset-inline-end" | "inset-inline-start" | "left" | "right" | "top";
431
+ "inset-block": "all" | "bottom" | "inset" | "inset-block-end" | "inset-block-start" | "left" | "right" | "top";
432
+ "inset-block-end": "all" | "bottom" | "inset" | "inset-block" | "left" | "right" | "top";
433
+ "inset-block-start": "all" | "bottom" | "inset" | "inset-block" | "left" | "right" | "top";
434
+ "inset-inline": "all" | "bottom" | "inset" | "inset-inline-end" | "inset-inline-start" | "left" | "right" | "top";
435
+ "inset-inline-end": "all" | "bottom" | "inset" | "inset-inline" | "left" | "right" | "top";
436
+ "inset-inline-start": "all" | "bottom" | "inset" | "inset-inline" | "left" | "right" | "top";
437
+ interactivity: "all";
438
+ "interest-delay": "all" | "interest-delay-end" | "interest-delay-start";
439
+ "interest-delay-end": "all" | "interest-delay";
440
+ "interest-delay-start": "all" | "interest-delay";
441
+ "interpolate-size": "all";
442
+ isolation: "all";
443
+ "justify-content": "-webkit-justify-content" | "all" | "place-content";
444
+ "justify-items": "all" | "place-items";
445
+ "justify-self": "all" | "place-self";
446
+ left: "all" | "inset" | "inset-block" | "inset-block-end" | "inset-block-start" | "inset-inline" | "inset-inline-end" | "inset-inline-start";
447
+ "letter-spacing": "all";
448
+ "lighting-color": "all";
449
+ "line-break": "all";
450
+ "line-clamp": "-webkit-line-clamp" | "all" | "block-ellipsis" | "continue" | "max-lines";
451
+ "line-fit-edge": "all";
452
+ "line-grid": "all";
453
+ "line-height": "all" | "font";
454
+ "line-height-step": "all";
455
+ "line-padding": "all";
456
+ "line-snap": "all";
457
+ "link-parameters": "all";
458
+ "list-style": "all" | "list-style-image" | "list-style-position" | "list-style-type";
459
+ "list-style-image": "all" | "list-style";
460
+ "list-style-position": "all" | "list-style";
461
+ "list-style-type": "all" | "list-style";
462
+ margin: "all" | "margin-block" | "margin-block-end" | "margin-block-start" | "margin-bottom" | "margin-inline" | "margin-inline-end" | "margin-inline-start" | "margin-left" | "margin-right" | "margin-top";
463
+ "margin-block": "all" | "margin" | "margin-block-end" | "margin-block-start" | "margin-bottom" | "margin-left" | "margin-right" | "margin-top";
464
+ "margin-block-end": "all" | "margin" | "margin-block" | "margin-bottom" | "margin-left" | "margin-right" | "margin-top";
465
+ "margin-block-start": "all" | "margin" | "margin-block" | "margin-bottom" | "margin-left" | "margin-right" | "margin-top";
466
+ "margin-bottom": "all" | "margin" | "margin-block" | "margin-block-end" | "margin-block-start" | "margin-inline" | "margin-inline-end" | "margin-inline-start";
467
+ "margin-break": "all";
468
+ "margin-inline": "all" | "margin" | "margin-bottom" | "margin-inline-end" | "margin-inline-start" | "margin-left" | "margin-right" | "margin-top";
469
+ "margin-inline-end": "all" | "margin" | "margin-bottom" | "margin-inline" | "margin-left" | "margin-right" | "margin-top";
470
+ "margin-inline-start": "all" | "margin" | "margin-bottom" | "margin-inline" | "margin-left" | "margin-right" | "margin-top";
471
+ "margin-left": "all" | "margin" | "margin-block" | "margin-block-end" | "margin-block-start" | "margin-inline" | "margin-inline-end" | "margin-inline-start";
472
+ "margin-right": "all" | "margin" | "margin-block" | "margin-block-end" | "margin-block-start" | "margin-inline" | "margin-inline-end" | "margin-inline-start";
473
+ "margin-top": "all" | "margin" | "margin-block" | "margin-block-end" | "margin-block-start" | "margin-inline" | "margin-inline-end" | "margin-inline-start";
474
+ "margin-trim": "all";
475
+ marker: "all" | "marker-end" | "marker-mid" | "marker-start";
476
+ "marker-end": "all" | "marker";
477
+ "marker-mid": "all" | "marker";
478
+ "marker-side": "all";
479
+ "marker-start": "all" | "marker";
480
+ mask: "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-outset" | "-webkit-mask-box-image-repeat" | "-webkit-mask-box-image-slice" | "-webkit-mask-box-image-source" | "-webkit-mask-box-image-width" | "-webkit-mask-clip" | "-webkit-mask-composite" | "-webkit-mask-image" | "-webkit-mask-origin" | "-webkit-mask-position" | "-webkit-mask-repeat" | "-webkit-mask-size" | "all" | "mask-border" | "mask-border-mode" | "mask-border-outset" | "mask-border-repeat" | "mask-border-slice" | "mask-border-source" | "mask-border-width" | "mask-clip" | "mask-composite" | "mask-image" | "mask-mode" | "mask-origin" | "mask-position" | "mask-repeat" | "mask-size";
481
+ "mask-border": "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-outset" | "-webkit-mask-box-image-repeat" | "-webkit-mask-box-image-slice" | "-webkit-mask-box-image-source" | "-webkit-mask-box-image-width" | "all" | "mask" | "mask-border-mode" | "mask-border-outset" | "mask-border-repeat" | "mask-border-slice" | "mask-border-source" | "mask-border-width";
482
+ "mask-border-mode": "-webkit-mask" | "-webkit-mask-box-image" | "all" | "mask" | "mask-border";
483
+ "mask-border-outset": "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-outset" | "all" | "mask" | "mask-border";
484
+ "mask-border-repeat": "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-repeat" | "all" | "mask" | "mask-border";
485
+ "mask-border-slice": "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-slice" | "all" | "mask" | "mask-border";
486
+ "mask-border-source": "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-source" | "all" | "mask" | "mask-border";
487
+ "mask-border-width": "-webkit-mask" | "-webkit-mask-box-image" | "-webkit-mask-box-image-width" | "all" | "mask" | "mask-border";
488
+ "mask-clip": "-webkit-mask" | "-webkit-mask-clip" | "all" | "mask";
489
+ "mask-composite": "-webkit-mask" | "-webkit-mask-composite" | "all" | "mask";
490
+ "mask-image": "-webkit-mask" | "-webkit-mask-image" | "all" | "mask";
491
+ "mask-mode": "-webkit-mask" | "all" | "mask";
492
+ "mask-origin": "-webkit-mask" | "-webkit-mask-origin" | "all" | "mask";
493
+ "mask-position": "-webkit-mask" | "-webkit-mask-position" | "all" | "mask";
494
+ "mask-repeat": "-webkit-mask" | "-webkit-mask-repeat" | "all" | "mask";
495
+ "mask-size": "-webkit-mask" | "-webkit-mask-size" | "all" | "mask";
496
+ "mask-type": "all";
497
+ "math-depth": "all";
498
+ "math-shift": "all";
499
+ "math-style": "all";
500
+ "max-block-size": "all" | "max-height" | "max-width";
501
+ "max-height": "all" | "max-block-size" | "max-inline-size";
502
+ "max-inline-size": "all" | "max-height" | "max-width";
503
+ "max-lines": "-webkit-line-clamp" | "all" | "line-clamp";
504
+ "max-width": "all" | "max-block-size" | "max-inline-size";
505
+ "min-block-size": "all" | "min-height" | "min-width";
506
+ "min-height": "all" | "min-block-size" | "min-inline-size";
507
+ "min-inline-size": "all" | "min-height" | "min-width";
508
+ "min-intrinsic-sizing": "all";
509
+ "min-width": "all" | "min-block-size" | "min-inline-size";
510
+ "mix-blend-mode": "all";
511
+ "nav-down": "all";
512
+ "nav-left": "all";
513
+ "nav-right": "all";
514
+ "nav-up": "all";
515
+ "object-fit": "all";
516
+ "object-position": "all";
517
+ "object-view-box": "all";
518
+ offset: "all" | "offset-anchor" | "offset-distance" | "offset-path" | "offset-position" | "offset-rotate";
519
+ "offset-anchor": "all" | "offset";
520
+ "offset-distance": "all" | "offset";
521
+ "offset-path": "all" | "offset";
522
+ "offset-position": "all" | "offset";
523
+ "offset-rotate": "all" | "offset";
524
+ opacity: "all";
525
+ order: "-webkit-order" | "all";
526
+ orphans: "all";
527
+ outline: "all" | "outline-color" | "outline-style" | "outline-width";
528
+ "outline-color": "all" | "outline";
529
+ "outline-offset": "all";
530
+ "outline-style": "all" | "outline";
531
+ "outline-width": "all" | "outline";
532
+ overflow: "all" | "overflow-block" | "overflow-inline" | "overflow-x" | "overflow-y";
533
+ "overflow-anchor": "all";
534
+ "overflow-block": "all" | "overflow" | "overflow-x" | "overflow-y";
535
+ "overflow-clip-margin": "all" | "overflow-clip-margin-block" | "overflow-clip-margin-block-end" | "overflow-clip-margin-block-start" | "overflow-clip-margin-bottom" | "overflow-clip-margin-inline" | "overflow-clip-margin-inline-end" | "overflow-clip-margin-inline-start" | "overflow-clip-margin-left" | "overflow-clip-margin-right" | "overflow-clip-margin-top";
536
+ "overflow-clip-margin-block": "all" | "overflow-clip-margin" | "overflow-clip-margin-block-end" | "overflow-clip-margin-block-start" | "overflow-clip-margin-bottom" | "overflow-clip-margin-left" | "overflow-clip-margin-right" | "overflow-clip-margin-top";
537
+ "overflow-clip-margin-block-end": "all" | "overflow-clip-margin" | "overflow-clip-margin-block" | "overflow-clip-margin-bottom" | "overflow-clip-margin-left" | "overflow-clip-margin-right" | "overflow-clip-margin-top";
538
+ "overflow-clip-margin-block-start": "all" | "overflow-clip-margin" | "overflow-clip-margin-block" | "overflow-clip-margin-bottom" | "overflow-clip-margin-left" | "overflow-clip-margin-right" | "overflow-clip-margin-top";
539
+ "overflow-clip-margin-bottom": "all" | "overflow-clip-margin" | "overflow-clip-margin-block" | "overflow-clip-margin-block-end" | "overflow-clip-margin-block-start" | "overflow-clip-margin-inline" | "overflow-clip-margin-inline-end" | "overflow-clip-margin-inline-start";
540
+ "overflow-clip-margin-inline": "all" | "overflow-clip-margin" | "overflow-clip-margin-bottom" | "overflow-clip-margin-inline-end" | "overflow-clip-margin-inline-start" | "overflow-clip-margin-left" | "overflow-clip-margin-right" | "overflow-clip-margin-top";
541
+ "overflow-clip-margin-inline-end": "all" | "overflow-clip-margin" | "overflow-clip-margin-bottom" | "overflow-clip-margin-inline" | "overflow-clip-margin-left" | "overflow-clip-margin-right" | "overflow-clip-margin-top";
542
+ "overflow-clip-margin-inline-start": "all" | "overflow-clip-margin" | "overflow-clip-margin-bottom" | "overflow-clip-margin-inline" | "overflow-clip-margin-left" | "overflow-clip-margin-right" | "overflow-clip-margin-top";
543
+ "overflow-clip-margin-left": "all" | "overflow-clip-margin" | "overflow-clip-margin-block" | "overflow-clip-margin-block-end" | "overflow-clip-margin-block-start" | "overflow-clip-margin-inline" | "overflow-clip-margin-inline-end" | "overflow-clip-margin-inline-start";
544
+ "overflow-clip-margin-right": "all" | "overflow-clip-margin" | "overflow-clip-margin-block" | "overflow-clip-margin-block-end" | "overflow-clip-margin-block-start" | "overflow-clip-margin-inline" | "overflow-clip-margin-inline-end" | "overflow-clip-margin-inline-start";
545
+ "overflow-clip-margin-top": "all" | "overflow-clip-margin" | "overflow-clip-margin-block" | "overflow-clip-margin-block-end" | "overflow-clip-margin-block-start" | "overflow-clip-margin-inline" | "overflow-clip-margin-inline-end" | "overflow-clip-margin-inline-start";
546
+ "overflow-inline": "all" | "overflow" | "overflow-x" | "overflow-y";
547
+ "overflow-wrap": "all" | "word-wrap";
548
+ "overflow-x": "all" | "overflow" | "overflow-block" | "overflow-inline";
549
+ "overflow-y": "all" | "overflow" | "overflow-block" | "overflow-inline";
550
+ overlay: "all";
551
+ "overscroll-behavior": "all" | "overscroll-behavior-block" | "overscroll-behavior-inline" | "overscroll-behavior-x" | "overscroll-behavior-y";
552
+ "overscroll-behavior-block": "all" | "overscroll-behavior" | "overscroll-behavior-x" | "overscroll-behavior-y";
553
+ "overscroll-behavior-inline": "all" | "overscroll-behavior" | "overscroll-behavior-x" | "overscroll-behavior-y";
554
+ "overscroll-behavior-x": "all" | "overscroll-behavior" | "overscroll-behavior-block" | "overscroll-behavior-inline";
555
+ "overscroll-behavior-y": "all" | "overscroll-behavior" | "overscroll-behavior-block" | "overscroll-behavior-inline";
556
+ padding: "all" | "padding-block" | "padding-block-end" | "padding-block-start" | "padding-bottom" | "padding-inline" | "padding-inline-end" | "padding-inline-start" | "padding-left" | "padding-right" | "padding-top";
557
+ "padding-block": "all" | "padding" | "padding-block-end" | "padding-block-start" | "padding-bottom" | "padding-left" | "padding-right" | "padding-top";
558
+ "padding-block-end": "all" | "padding" | "padding-block" | "padding-bottom" | "padding-left" | "padding-right" | "padding-top";
559
+ "padding-block-start": "all" | "padding" | "padding-block" | "padding-bottom" | "padding-left" | "padding-right" | "padding-top";
560
+ "padding-bottom": "all" | "padding" | "padding-block" | "padding-block-end" | "padding-block-start" | "padding-inline" | "padding-inline-end" | "padding-inline-start";
561
+ "padding-inline": "all" | "padding" | "padding-bottom" | "padding-inline-end" | "padding-inline-start" | "padding-left" | "padding-right" | "padding-top";
562
+ "padding-inline-end": "all" | "padding" | "padding-bottom" | "padding-inline" | "padding-left" | "padding-right" | "padding-top";
563
+ "padding-inline-start": "all" | "padding" | "padding-bottom" | "padding-inline" | "padding-left" | "padding-right" | "padding-top";
564
+ "padding-left": "all" | "padding" | "padding-block" | "padding-block-end" | "padding-block-start" | "padding-inline" | "padding-inline-end" | "padding-inline-start";
565
+ "padding-right": "all" | "padding" | "padding-block" | "padding-block-end" | "padding-block-start" | "padding-inline" | "padding-inline-end" | "padding-inline-start";
566
+ "padding-top": "all" | "padding" | "padding-block" | "padding-block-end" | "padding-block-start" | "padding-inline" | "padding-inline-end" | "padding-inline-start";
567
+ page: "all";
568
+ "page-break-after": "all";
569
+ "page-break-before": "all";
570
+ "page-break-inside": "all";
571
+ "paint-order": "all";
572
+ "path-length": "all";
573
+ pause: "all" | "pause-after" | "pause-before";
574
+ "pause-after": "all" | "pause";
575
+ "pause-before": "all" | "pause";
576
+ perspective: "-webkit-perspective" | "all";
577
+ "perspective-origin": "-webkit-perspective-origin" | "all";
578
+ "place-content": "-webkit-align-content" | "-webkit-justify-content" | "align-content" | "all" | "justify-content";
579
+ "place-items": "-webkit-align-items" | "align-items" | "all" | "justify-items";
580
+ "place-self": "-webkit-align-self" | "align-self" | "all" | "justify-self";
581
+ "pointer-events": "all";
582
+ "pointer-timeline": "all" | "pointer-timeline-axis" | "pointer-timeline-name";
583
+ "pointer-timeline-axis": "all" | "pointer-timeline";
584
+ "pointer-timeline-name": "all" | "pointer-timeline";
585
+ position: "all";
586
+ "position-anchor": "all";
587
+ "position-area": "all";
588
+ "position-try": "all" | "position-try-fallbacks" | "position-try-order";
589
+ "position-try-fallbacks": "all" | "position-try";
590
+ "position-try-order": "all" | "position-try";
591
+ "position-visibility": "all";
592
+ "print-color-adjust": "all" | "color-adjust";
593
+ quotes: "all";
594
+ r: "all";
595
+ "reading-flow": "all";
596
+ "reading-order": "all";
597
+ "region-fragment": "all";
598
+ resize: "all";
599
+ rest: "all" | "rest-after" | "rest-before";
600
+ "rest-after": "all" | "rest";
601
+ "rest-before": "all" | "rest";
602
+ right: "all" | "inset" | "inset-block" | "inset-block-end" | "inset-block-start" | "inset-inline" | "inset-inline-end" | "inset-inline-start";
603
+ rotate: "all";
604
+ "row-gap": "all" | "gap" | "grid-gap" | "grid-row-gap";
605
+ "row-rule": "all" | "row-rule-color" | "row-rule-style" | "row-rule-width" | "rule" | "rule-color" | "rule-style" | "rule-width";
606
+ "row-rule-break": "all" | "rule-break";
607
+ "row-rule-color": "all" | "row-rule" | "rule" | "rule-color";
608
+ "row-rule-inset": "all" | "row-rule-inset-cap" | "row-rule-inset-cap-end" | "row-rule-inset-cap-start" | "row-rule-inset-end" | "row-rule-inset-junction" | "row-rule-inset-junction-end" | "row-rule-inset-junction-start" | "row-rule-inset-start" | "rule-inset" | "rule-inset-end" | "rule-inset-start";
609
+ "row-rule-inset-cap": "all" | "row-rule-inset" | "row-rule-inset-cap-end" | "row-rule-inset-cap-start" | "row-rule-inset-end" | "row-rule-inset-start" | "rule-inset" | "rule-inset-end" | "rule-inset-start";
610
+ "row-rule-inset-cap-end": "all" | "row-rule-inset" | "row-rule-inset-cap" | "row-rule-inset-end" | "rule-inset" | "rule-inset-end";
611
+ "row-rule-inset-cap-start": "all" | "row-rule-inset" | "row-rule-inset-cap" | "row-rule-inset-start" | "rule-inset" | "rule-inset-start";
612
+ "row-rule-inset-end": "all" | "row-rule-inset" | "row-rule-inset-cap" | "row-rule-inset-cap-end" | "row-rule-inset-junction" | "row-rule-inset-junction-end" | "rule-inset" | "rule-inset-end";
613
+ "row-rule-inset-junction": "all" | "row-rule-inset" | "row-rule-inset-end" | "row-rule-inset-junction-end" | "row-rule-inset-junction-start" | "row-rule-inset-start" | "rule-inset" | "rule-inset-end" | "rule-inset-start";
614
+ "row-rule-inset-junction-end": "all" | "row-rule-inset" | "row-rule-inset-end" | "row-rule-inset-junction" | "rule-inset" | "rule-inset-end";
615
+ "row-rule-inset-junction-start": "all" | "row-rule-inset" | "row-rule-inset-junction" | "row-rule-inset-start" | "rule-inset" | "rule-inset-start";
616
+ "row-rule-inset-start": "all" | "row-rule-inset" | "row-rule-inset-cap" | "row-rule-inset-cap-start" | "row-rule-inset-junction" | "row-rule-inset-junction-start" | "rule-inset" | "rule-inset-start";
617
+ "row-rule-style": "all" | "row-rule" | "rule" | "rule-style";
618
+ "row-rule-visibility-items": "all";
619
+ "row-rule-width": "all" | "row-rule" | "rule" | "rule-width";
620
+ "ruby-align": "all";
621
+ "ruby-merge": "all";
622
+ "ruby-overhang": "all";
623
+ "ruby-position": "all";
624
+ rule: "all" | "column-rule" | "column-rule-color" | "column-rule-style" | "column-rule-width" | "row-rule" | "row-rule-color" | "row-rule-style" | "row-rule-width" | "rule-color" | "rule-style" | "rule-width";
625
+ "rule-break": "all" | "column-rule-break" | "row-rule-break";
626
+ "rule-color": "all" | "column-rule" | "column-rule-color" | "row-rule" | "row-rule-color" | "rule";
627
+ "rule-inset": "all" | "column-rule-inset" | "column-rule-inset-cap" | "column-rule-inset-cap-end" | "column-rule-inset-cap-start" | "column-rule-inset-end" | "column-rule-inset-junction" | "column-rule-inset-junction-end" | "column-rule-inset-junction-start" | "column-rule-inset-start" | "row-rule-inset" | "row-rule-inset-cap" | "row-rule-inset-cap-end" | "row-rule-inset-cap-start" | "row-rule-inset-end" | "row-rule-inset-junction" | "row-rule-inset-junction-end" | "row-rule-inset-junction-start" | "row-rule-inset-start" | "rule-inset-cap" | "rule-inset-end" | "rule-inset-junction" | "rule-inset-start";
628
+ "rule-inset-cap": "all" | "column-rule-inset" | "column-rule-inset-cap" | "column-rule-inset-cap-end" | "column-rule-inset-cap-start" | "column-rule-inset-end" | "column-rule-inset-start" | "rule-inset" | "rule-inset-end" | "rule-inset-start";
629
+ "rule-inset-end": "all" | "column-rule-inset" | "column-rule-inset-cap" | "column-rule-inset-cap-end" | "column-rule-inset-end" | "column-rule-inset-junction" | "column-rule-inset-junction-end" | "row-rule-inset" | "row-rule-inset-cap" | "row-rule-inset-cap-end" | "row-rule-inset-end" | "row-rule-inset-junction" | "row-rule-inset-junction-end" | "rule-inset" | "rule-inset-cap" | "rule-inset-junction";
630
+ "rule-inset-junction": "all" | "column-rule-inset" | "column-rule-inset-end" | "column-rule-inset-junction" | "column-rule-inset-junction-end" | "column-rule-inset-junction-start" | "column-rule-inset-start" | "rule-inset" | "rule-inset-end" | "rule-inset-start";
631
+ "rule-inset-start": "all" | "column-rule-inset" | "column-rule-inset-cap" | "column-rule-inset-cap-start" | "column-rule-inset-junction" | "column-rule-inset-junction-start" | "column-rule-inset-start" | "row-rule-inset" | "row-rule-inset-cap" | "row-rule-inset-cap-start" | "row-rule-inset-junction" | "row-rule-inset-junction-start" | "row-rule-inset-start" | "rule-inset" | "rule-inset-cap" | "rule-inset-junction";
632
+ "rule-overlap": "all";
633
+ "rule-style": "all" | "column-rule" | "column-rule-style" | "row-rule" | "row-rule-style" | "rule";
634
+ "rule-visibility-items": "all" | "column-rule-visibility-items";
635
+ "rule-width": "all" | "column-rule" | "column-rule-width" | "row-rule" | "row-rule-width" | "rule";
636
+ rx: "all";
637
+ ry: "all";
638
+ scale: "all";
639
+ "scroll-axis-lock": "all";
640
+ "scroll-behavior": "all";
641
+ "scroll-initial-target": "all";
642
+ "scroll-margin": "all" | "scroll-margin-block" | "scroll-margin-block-end" | "scroll-margin-block-start" | "scroll-margin-bottom" | "scroll-margin-inline" | "scroll-margin-inline-end" | "scroll-margin-inline-start" | "scroll-margin-left" | "scroll-margin-right" | "scroll-margin-top";
643
+ "scroll-margin-block": "all" | "scroll-margin" | "scroll-margin-block-end" | "scroll-margin-block-start" | "scroll-margin-bottom" | "scroll-margin-left" | "scroll-margin-right" | "scroll-margin-top";
644
+ "scroll-margin-block-end": "all" | "scroll-margin" | "scroll-margin-block" | "scroll-margin-bottom" | "scroll-margin-left" | "scroll-margin-right" | "scroll-margin-top";
645
+ "scroll-margin-block-start": "all" | "scroll-margin" | "scroll-margin-block" | "scroll-margin-bottom" | "scroll-margin-left" | "scroll-margin-right" | "scroll-margin-top";
646
+ "scroll-margin-bottom": "all" | "scroll-margin" | "scroll-margin-block" | "scroll-margin-block-end" | "scroll-margin-block-start" | "scroll-margin-inline" | "scroll-margin-inline-end" | "scroll-margin-inline-start";
647
+ "scroll-margin-inline": "all" | "scroll-margin" | "scroll-margin-bottom" | "scroll-margin-inline-end" | "scroll-margin-inline-start" | "scroll-margin-left" | "scroll-margin-right" | "scroll-margin-top";
648
+ "scroll-margin-inline-end": "all" | "scroll-margin" | "scroll-margin-bottom" | "scroll-margin-inline" | "scroll-margin-left" | "scroll-margin-right" | "scroll-margin-top";
649
+ "scroll-margin-inline-start": "all" | "scroll-margin" | "scroll-margin-bottom" | "scroll-margin-inline" | "scroll-margin-left" | "scroll-margin-right" | "scroll-margin-top";
650
+ "scroll-margin-left": "all" | "scroll-margin" | "scroll-margin-block" | "scroll-margin-block-end" | "scroll-margin-block-start" | "scroll-margin-inline" | "scroll-margin-inline-end" | "scroll-margin-inline-start";
651
+ "scroll-margin-right": "all" | "scroll-margin" | "scroll-margin-block" | "scroll-margin-block-end" | "scroll-margin-block-start" | "scroll-margin-inline" | "scroll-margin-inline-end" | "scroll-margin-inline-start";
652
+ "scroll-margin-top": "all" | "scroll-margin" | "scroll-margin-block" | "scroll-margin-block-end" | "scroll-margin-block-start" | "scroll-margin-inline" | "scroll-margin-inline-end" | "scroll-margin-inline-start";
653
+ "scroll-marker-group": "all";
654
+ "scroll-padding": "all" | "scroll-padding-block" | "scroll-padding-block-end" | "scroll-padding-block-start" | "scroll-padding-bottom" | "scroll-padding-inline" | "scroll-padding-inline-end" | "scroll-padding-inline-start" | "scroll-padding-left" | "scroll-padding-right" | "scroll-padding-top";
655
+ "scroll-padding-block": "all" | "scroll-padding" | "scroll-padding-block-end" | "scroll-padding-block-start" | "scroll-padding-bottom" | "scroll-padding-left" | "scroll-padding-right" | "scroll-padding-top";
656
+ "scroll-padding-block-end": "all" | "scroll-padding" | "scroll-padding-block" | "scroll-padding-bottom" | "scroll-padding-left" | "scroll-padding-right" | "scroll-padding-top";
657
+ "scroll-padding-block-start": "all" | "scroll-padding" | "scroll-padding-block" | "scroll-padding-bottom" | "scroll-padding-left" | "scroll-padding-right" | "scroll-padding-top";
658
+ "scroll-padding-bottom": "all" | "scroll-padding" | "scroll-padding-block" | "scroll-padding-block-end" | "scroll-padding-block-start" | "scroll-padding-inline" | "scroll-padding-inline-end" | "scroll-padding-inline-start";
659
+ "scroll-padding-inline": "all" | "scroll-padding" | "scroll-padding-bottom" | "scroll-padding-inline-end" | "scroll-padding-inline-start" | "scroll-padding-left" | "scroll-padding-right" | "scroll-padding-top";
660
+ "scroll-padding-inline-end": "all" | "scroll-padding" | "scroll-padding-bottom" | "scroll-padding-inline" | "scroll-padding-left" | "scroll-padding-right" | "scroll-padding-top";
661
+ "scroll-padding-inline-start": "all" | "scroll-padding" | "scroll-padding-bottom" | "scroll-padding-inline" | "scroll-padding-left" | "scroll-padding-right" | "scroll-padding-top";
662
+ "scroll-padding-left": "all" | "scroll-padding" | "scroll-padding-block" | "scroll-padding-block-end" | "scroll-padding-block-start" | "scroll-padding-inline" | "scroll-padding-inline-end" | "scroll-padding-inline-start";
663
+ "scroll-padding-right": "all" | "scroll-padding" | "scroll-padding-block" | "scroll-padding-block-end" | "scroll-padding-block-start" | "scroll-padding-inline" | "scroll-padding-inline-end" | "scroll-padding-inline-start";
664
+ "scroll-padding-top": "all" | "scroll-padding" | "scroll-padding-block" | "scroll-padding-block-end" | "scroll-padding-block-start" | "scroll-padding-inline" | "scroll-padding-inline-end" | "scroll-padding-inline-start";
665
+ "scroll-snap-align": "all";
666
+ "scroll-snap-stop": "all";
667
+ "scroll-snap-type": "all";
668
+ "scroll-target-group": "all";
669
+ "scroll-timeline": "all" | "scroll-timeline-axis" | "scroll-timeline-name";
670
+ "scroll-timeline-axis": "all" | "scroll-timeline";
671
+ "scroll-timeline-name": "all" | "scroll-timeline";
672
+ "scrollbar-color": "all";
673
+ "scrollbar-gutter": "all";
674
+ "scrollbar-width": "all";
675
+ "shape-image-threshold": "all";
676
+ "shape-inside": "all";
677
+ "shape-margin": "all";
678
+ "shape-outside": "all";
679
+ "shape-padding": "all";
680
+ "shape-rendering": "all";
681
+ "slider-orientation": "all";
682
+ "spatial-navigation-action": "all";
683
+ "spatial-navigation-contain": "all";
684
+ "spatial-navigation-function": "all";
685
+ speak: "all";
686
+ "speak-as": "all";
687
+ "stop-color": "all";
688
+ "stop-opacity": "all";
689
+ "string-set": "all";
690
+ stroke: "all";
691
+ "stroke-align": "all";
692
+ "stroke-alignment": "all";
693
+ "stroke-break": "all";
694
+ "stroke-color": "all";
695
+ "stroke-dash-corner": "all";
696
+ "stroke-dash-justify": "all";
697
+ "stroke-dashadjust": "all";
698
+ "stroke-dasharray": "all";
699
+ "stroke-dashcorner": "all";
700
+ "stroke-dashoffset": "all";
701
+ "stroke-image": "all";
702
+ "stroke-linecap": "all";
703
+ "stroke-linejoin": "all";
704
+ "stroke-miterlimit": "all";
705
+ "stroke-opacity": "all";
706
+ "stroke-origin": "all";
707
+ "stroke-position": "all";
708
+ "stroke-repeat": "all";
709
+ "stroke-size": "all";
710
+ "stroke-width": "all";
711
+ "tab-size": "all";
712
+ "table-layout": "all";
713
+ "text-align": "all" | "text-align-all" | "text-align-last";
714
+ "text-align-all": "all" | "text-align";
715
+ "text-align-last": "all" | "text-align";
716
+ "text-anchor": "all";
717
+ "text-autospace": "all" | "text-spacing";
718
+ "text-box": "all";
719
+ "text-box-edge": "all";
720
+ "text-box-trim": "all";
721
+ "text-combine-upright": "all";
722
+ "text-decoration": "all" | "text-decoration-color" | "text-decoration-line" | "text-decoration-style" | "text-decoration-thickness";
723
+ "text-decoration-color": "all" | "text-decoration";
724
+ "text-decoration-inset": "all";
725
+ "text-decoration-line": "all" | "text-decoration";
726
+ "text-decoration-skip": "all" | "text-decoration-skip-box" | "text-decoration-skip-ink" | "text-decoration-skip-self" | "text-decoration-skip-spaces";
727
+ "text-decoration-skip-box": "all" | "text-decoration-skip";
728
+ "text-decoration-skip-ink": "all" | "text-decoration-skip";
729
+ "text-decoration-skip-self": "all" | "text-decoration-skip";
730
+ "text-decoration-skip-spaces": "all" | "text-decoration-skip";
731
+ "text-decoration-style": "all" | "text-decoration";
732
+ "text-decoration-thickness": "all" | "text-decoration";
733
+ "text-emphasis": "all" | "text-emphasis-color" | "text-emphasis-style";
734
+ "text-emphasis-color": "all" | "text-emphasis";
735
+ "text-emphasis-position": "all";
736
+ "text-emphasis-skip": "all";
737
+ "text-emphasis-style": "all" | "text-emphasis";
738
+ "text-fit": "all";
739
+ "text-group-align": "all";
740
+ "text-indent": "all";
741
+ "text-justify": "all";
742
+ "text-orientation": "all";
743
+ "text-overflow": "all";
744
+ "text-rendering": "all";
745
+ "text-shadow": "all";
746
+ "text-size-adjust": "-webkit-text-size-adjust" | "all";
747
+ "text-spacing": "all" | "text-autospace" | "text-spacing-trim";
748
+ "text-spacing-trim": "all" | "text-spacing";
749
+ "text-transform": "all";
750
+ "text-underline-offset": "all";
751
+ "text-underline-position": "all";
752
+ "text-wrap": "all" | "text-wrap-mode" | "text-wrap-style" | "white-space";
753
+ "text-wrap-mode": "all" | "text-wrap" | "white-space";
754
+ "text-wrap-style": "all" | "text-wrap";
755
+ "timeline-scope": "all";
756
+ "timeline-trigger": "all" | "timeline-trigger-activation-range" | "timeline-trigger-activation-range-end" | "timeline-trigger-activation-range-start" | "timeline-trigger-active-range" | "timeline-trigger-active-range-end" | "timeline-trigger-active-range-start" | "timeline-trigger-name" | "timeline-trigger-source";
757
+ "timeline-trigger-activation-range": "all" | "timeline-trigger" | "timeline-trigger-activation-range-end" | "timeline-trigger-activation-range-start";
758
+ "timeline-trigger-activation-range-end": "all" | "timeline-trigger" | "timeline-trigger-activation-range";
759
+ "timeline-trigger-activation-range-start": "all" | "timeline-trigger" | "timeline-trigger-activation-range";
760
+ "timeline-trigger-active-range": "all" | "timeline-trigger" | "timeline-trigger-active-range-end" | "timeline-trigger-active-range-start";
761
+ "timeline-trigger-active-range-end": "all" | "timeline-trigger" | "timeline-trigger-active-range";
762
+ "timeline-trigger-active-range-start": "all" | "timeline-trigger" | "timeline-trigger-active-range";
763
+ "timeline-trigger-name": "all" | "timeline-trigger";
764
+ "timeline-trigger-source": "all" | "timeline-trigger";
765
+ top: "all" | "inset" | "inset-block" | "inset-block-end" | "inset-block-start" | "inset-inline" | "inset-inline-end" | "inset-inline-start";
766
+ "touch-action": "all";
767
+ transform: "-webkit-transform" | "all";
768
+ "transform-box": "all";
769
+ "transform-origin": "-webkit-transform-origin" | "all";
770
+ "transform-style": "-webkit-transform-style" | "all";
771
+ transition: "-webkit-transition" | "-webkit-transition-delay" | "-webkit-transition-duration" | "-webkit-transition-property" | "-webkit-transition-timing-function" | "all" | "transition-behavior" | "transition-delay" | "transition-duration" | "transition-property" | "transition-timing-function";
772
+ "transition-behavior": "-webkit-transition" | "all" | "transition";
773
+ "transition-delay": "-webkit-transition" | "-webkit-transition-delay" | "all" | "transition";
774
+ "transition-duration": "-webkit-transition" | "-webkit-transition-duration" | "all" | "transition";
775
+ "transition-property": "-webkit-transition" | "-webkit-transition-property" | "all" | "transition";
776
+ "transition-timing-function": "-webkit-transition" | "-webkit-transition-timing-function" | "all" | "transition";
777
+ translate: "all";
778
+ "trigger-scope": "all";
779
+ "unicode-bidi": never;
780
+ "user-select": "all";
781
+ "vector-effect": "all";
782
+ "vertical-align": "alignment-baseline" | "all" | "baseline-shift" | "baseline-source";
783
+ "view-timeline": "all" | "view-timeline-axis" | "view-timeline-name";
784
+ "view-timeline-axis": "all" | "view-timeline";
785
+ "view-timeline-inset": "all";
786
+ "view-timeline-name": "all" | "view-timeline";
787
+ "view-transition-class": "all";
788
+ "view-transition-group": "all";
789
+ "view-transition-name": "all";
790
+ "view-transition-scope": "all";
791
+ visibility: "all";
792
+ "voice-balance": "all";
793
+ "voice-duration": "all";
794
+ "voice-family": "all";
795
+ "voice-pitch": "all";
796
+ "voice-range": "all";
797
+ "voice-rate": "all";
798
+ "voice-stress": "all";
799
+ "voice-volume": "all";
800
+ "white-space": "all" | "text-wrap" | "text-wrap-mode" | "white-space-collapse";
801
+ "white-space-collapse": "all" | "white-space";
802
+ "white-space-trim": "all";
803
+ widows: "all";
804
+ width: "all" | "block-size" | "inline-size";
805
+ "will-change": "all";
806
+ "window-drag": "all";
807
+ "word-break": "all";
808
+ "word-space-transform": "all";
809
+ "word-spacing": "all";
810
+ "word-wrap": "all" | "overflow-wrap";
811
+ "wrap-after": "all";
812
+ "wrap-before": "all";
813
+ "wrap-flow": "all";
814
+ "wrap-inside": "all";
815
+ "wrap-through": "all";
816
+ "writing-mode": "all";
817
+ x: "all";
818
+ y: "all";
819
+ "z-index": "all";
820
+ zoom: "all";
821
+ };