Skip to content

Commit 211e7ab

Browse files
committed
Update snapshot
1 parent 9002fb6 commit 211e7ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
source: libs/extractor/src/lib.rs
3-
assertion_line: 6242
43
expression: "ToBTreeSet::from(extract(\"test.tsx\",\nr#\"import { globalCss } from \"@devup-ui/core\";\n globalCss`:root {color-scheme: light dark}`\n \"#,\nExtractOption\n{\n package: \"@devup-ui/core\".to_string(), css_dir:\n \"@devup-ui/core\".to_string(), single_css: true, import_main_css: false\n}).unwrap())"
54
---
65
ToBTreeSet {
76
styles: {
87
Css(
98
ExtractCss {
10-
css: ":root{color-scheme",
9+
css: ":root{color-scheme:light dark}",
1110
file: "test.tsx",
1211
},
1312
),

0 commit comments

Comments
 (0)