mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
style: Exclude 'size' from the 'all' shorthand
Differential Revision: https://phabricator.services.mozilla.com/D162568
This commit is contained in:
parent
63c3d36d28
commit
f9c55a2971
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue