-
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathextractor__tests__maintain_value.snap
More file actions
74 lines (74 loc) · 2.09 KB
/
Copy pathextractor__tests__maintain_value.snap
File metadata and controls
74 lines (74 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
---
source: libs/extractor/src/lib.rs
expression: "ToBTreeSet::from(extract(\"test.jsx\",\nr#\"import {Flex} from '@devup-ui/core'\n <Flex opacity={1} zIndex={2} fontWeight={900} scale={2} flex={1} lineHeight={1} />\n \"#,\nExtractOption\n{ package: \"@devup-ui/core\".to_string(), css_file: None }).unwrap())"
---
ToBTreeSet {
styles: {
Static(
ExtractStaticStyle {
property: "display",
value: "flex",
level: 0,
selector: None,
style_order: Some(
0,
),
},
),
Static(
ExtractStaticStyle {
property: "flex",
value: "1",
level: 0,
selector: None,
style_order: None,
},
),
Static(
ExtractStaticStyle {
property: "fontWeight",
value: "900",
level: 0,
selector: None,
style_order: None,
},
),
Static(
ExtractStaticStyle {
property: "lineHeight",
value: "1",
level: 0,
selector: None,
style_order: None,
},
),
Static(
ExtractStaticStyle {
property: "opacity",
value: "1",
level: 0,
selector: None,
style_order: None,
},
),
Static(
ExtractStaticStyle {
property: "scale",
value: "2",
level: 0,
selector: None,
style_order: None,
},
),
Static(
ExtractStaticStyle {
property: "zIndex",
value: "2",
level: 0,
selector: None,
style_order: None,
},
),
},
code: "import \"@devup-ui/core/devup-ui.css\";\n<div className=\"d0 d1 d2 d3 d4 d5 d6\" />;\n",
}