mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
style: Get rid of ComputedValueAsSpecified for alignment props.
This commit is contained in:
parent
64ab73eabd
commit
4c283fbed6
3 changed files with 6 additions and 8 deletions
|
@ -334,6 +334,7 @@ impl<T> ToComputedValue for T
|
|||
|
||||
trivial_to_computed_value!(Atom);
|
||||
trivial_to_computed_value!(u8);
|
||||
trivial_to_computed_value!(u16);
|
||||
trivial_to_computed_value!(bool);
|
||||
trivial_to_computed_value!(i32);
|
||||
trivial_to_computed_value!(f32);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue