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

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