[6a3a178] | 1 | {
|
---|
| 2 | "background-clip": "border-box",
|
---|
| 3 | "background-color": "transparent",
|
---|
| 4 | "background-origin": "padding-box",
|
---|
| 5 | "background-size": "auto auto",
|
---|
| 6 | "border-block-color": "currentcolor",
|
---|
| 7 | "border-block-end-color": "currentcolor",
|
---|
| 8 | "border-block-start-color": "currentcolor",
|
---|
| 9 | "border-bottom-color": "currentcolor",
|
---|
| 10 | "border-collapse": "separate",
|
---|
| 11 | "border-inline-color": "currentcolor",
|
---|
| 12 | "border-inline-end-color": "currentcolor",
|
---|
| 13 | "border-inline-start-color": "currentcolor",
|
---|
| 14 | "border-left-color": "currentcolor",
|
---|
| 15 | "border-right-color": "currentcolor",
|
---|
| 16 | "border-top-color": "currentcolor",
|
---|
| 17 | "box-sizing": "content-box",
|
---|
| 18 | "column-rule-color": "currentcolor",
|
---|
| 19 | "font-synthesis": "weight style",
|
---|
| 20 | "mask-clip": "border-box",
|
---|
| 21 | "mask-mode": "match-source",
|
---|
| 22 | "mask-origin": "border-box",
|
---|
| 23 | "mask-repeat": "repeat",
|
---|
| 24 | "mask-type": "luminance",
|
---|
| 25 | "ruby-align": "space-around",
|
---|
| 26 | "ruby-merge": "separate",
|
---|
| 27 | "text-decoration-color": "currentcolor",
|
---|
| 28 | "text-emphasis-color": "currentcolor",
|
---|
| 29 | "text-emphasis-position": "over right",
|
---|
| 30 | "transform-box": "border-box",
|
---|
| 31 | "transform-origin": "50% 50% 0",
|
---|
| 32 | "vertical-align": "baseline",
|
---|
| 33 | "writing-mode": "horizontal-tb"
|
---|
| 34 | }
|
---|