source: frontend/node_modules/postcss-reduce-initial/src/data/toInitial.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 1.2 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 "color": "canvastext",
19 "column-rule-color": "currentcolor",
20 "font-synthesis": "weight style",
21 "image-orientation": "from-image",
22 "mask-clip": "border-box",
23 "mask-mode": "match-source",
24 "mask-origin": "border-box",
25 "mask-type": "luminance",
26 "ruby-align": "space-around",
27 "ruby-merge": "separate",
28 "ruby-position": "alternate",
29 "text-decoration-color": "currentcolor",
30 "text-emphasis-color": "currentcolor",
31 "text-emphasis-position": "over right",
32 "transform-box": "view-box",
33 "transform-origin": "50% 50% 0",
34 "vertical-align": "baseline",
35 "writing-mode": "horizontal-tb"
36}
Note: See TracBrowser for help on using the repository browser.