style: Exclude 'size' from the 'all' shorthand

Differential Revision: https://phabricator.services.mozilla.com/D162568
This commit is contained in:
Oriol Brufau 2022-11-22 17:17:25 +00:00 committed by Martin Robinson
parent 63c3d36d28
commit f9c55a2971

View file

@ -169,6 +169,8 @@ pub mod shorthands {
continue;
if not p.enabled_in_content() and not p.experimental(engine):
continue;
if "Style" not in p.rule_types_allowed_names():
continue;
if p.logical:
logical_longhands.append(p.name)
else: