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 3673e60 commit ca78580Copy full SHA for ca78580
float-pigment-css/src/sheet/rule.rs
@@ -138,7 +138,7 @@ impl PropertyMeta {
138
match self {
139
Self::Normal { .. } => false,
140
Self::Important { .. } => false,
141
- Self::DebugGroup { properties, .. } => properties.len() == 0,
+ Self::DebugGroup { properties, .. } => properties.is_empty(),
142
}
143
144
0 commit comments