We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62bac54 commit 9466964Copy full SHA for 9466964
libs/extractor/src/extractor/extract_global_style_from_expression.rs
@@ -71,29 +71,6 @@ pub fn extract_global_style_from_expression<'a>(
71
)
72
.styles,
73
);
74
-
75
- // if let ExtractResult::Extract {
76
- // styles: Some(_styles),
77
- // ..
78
- // } = extract_style_from_expression(
79
- // ast_builder,
80
- // None,
81
- // &mut o.value,
82
- // 0,
83
- // Some(&StyleSelector::Global(name.clone(), file.to_string())),
84
- // ) {
85
- // styles.extend(
86
- // extract_style_from_expression(
87
88
89
90
91
92
- // )
93
- // .styles
94
- // .iter()
95
- // );
96
- // }
97
}
98
99
0 commit comments