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 a646274 commit 56dbd3cCopy full SHA for 56dbd3c
libs/css/src/lib.rs
@@ -215,8 +215,7 @@ pub fn sheet_to_classname(
215
216
pub fn sheet_to_variable_name(property: &str, level: u8, selector: Option<&str>) -> String {
217
if is_debug() {
218
- let selector = selector.unwrap_or_default();
219
- let selector = selector.trim();
+ let selector = selector.unwrap_or_default().trim();
220
format!(
221
"--{}-{}-{}",
222
property,
0 commit comments