source: trip-planner-front/node_modules/postcss-reduce-initial/data/toInitial.json@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.1 KB
Line 
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}
Note: See TracBrowser for help on using the repository browser.