postcss-reduce-initial
Version:
Reduce initial definitions to the actual initial value, where possible.
43 lines (42 loc) • 1.49 kB
JSON
{
"-webkit-text-fill-color": "currentcolor",
"-webkit-text-stroke-color": "currentcolor",
"alignment-baseline": "baseline",
"background-clip": "border-box",
"background-color": "transparent",
"background-origin": "padding-box",
"background-size": "auto auto",
"border-block-color": "currentcolor",
"border-block-end-color": "currentcolor",
"border-block-start-color": "currentcolor",
"border-bottom-color": "currentcolor",
"border-collapse": "separate",
"border-inline-end-color": "currentcolor",
"border-inline-start-color": "currentcolor",
"border-left-color": "currentcolor",
"border-right-color": "currentcolor",
"border-top-color": "currentcolor",
"box-sizing": "content-box",
"color": "canvastext",
"column-rule-color": "currentcolor",
"dynamic-range-limit": "no-limit",
"font-synthesis": "weight style small-caps position",
"image-orientation": "from-image",
"interpolate-size": "numeric-only",
"mask-clip": "border-box",
"mask-mode": "match-source",
"mask-origin": "border-box",
"mask-type": "luminance",
"position-visibility": "anchors-visible",
"ruby-align": "space-around",
"ruby-merge": "separate",
"ruby-position": "alternate",
"stroke-color": "transparent",
"text-decoration-color": "currentcolor",
"text-emphasis-color": "currentcolor",
"transform-box": "view-box",
"transform-origin": "50% 50% 0",
"vertical-align": "baseline",
"white-space-collapse": "collapse",
"writing-mode": "horizontal-tb"
}