mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Update bitflags to 1.0 in every servo crate
It still needs dependencies update to remove all the other bitflags versions.
This commit is contained in:
parent
4cf2ce66fc
commit
e8e2d0a4b2
142 changed files with 1685 additions and 1635 deletions
|
@ -17,6 +17,6 @@
|
|||
alias=maybe_moz_logical_alias(product, side, "-moz-margin-%s"),
|
||||
allow_quirks=not side[1],
|
||||
animation_value_type="ComputedValue", logical = side[1], spec = spec,
|
||||
flags="APPLIES_TO_FIRST_LETTER",
|
||||
flags="PropertyFlags::APPLIES_TO_FIRST_LETTER",
|
||||
allowed_in_page_rule=True)}
|
||||
% endfor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue