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.
2 parents 6158a4b + 4c02ad0 commit 2377d60Copy full SHA for 2377d60
components/style/properties/properties.mako.rs
@@ -3330,7 +3330,6 @@ where
3330
if seen.contains(physical_longhand_id) {
3331
continue
3332
}
3333
- seen.insert(physical_longhand_id);
3334
3335
let mut declaration = match *declaration {
3336
PropertyDeclaration::WithVariables(id, ref unparsed) => {
@@ -3376,6 +3375,8 @@ where
3376
3375
3377
3378
+ seen.insert(physical_longhand_id);
3379
+
3380
% if category_to_cascade_now == "early":
3381
if LonghandId::FontSize == longhand_id {
3382
font_size = Some(declaration.clone());
0 commit comments