mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
@ -8,7 +8,7 @@
|
|||
|
||||
use std::fmt;
|
||||
use style_traits::ToCss;
|
||||
use values::computed::{ComputedValueAsSpecified, Context, ToComputedValue};
|
||||
use values::computed::{Context, ToComputedValue};
|
||||
use values::specified;
|
||||
|
||||
pub use super::specified::{AlignItems, AlignJustifyContent, AlignJustifySelf};
|
||||
|
@ -69,7 +69,3 @@ impl ToComputedValue for specified::JustifyItems {
|
|||
computed.specified
|
||||
}
|
||||
}
|
||||
|
||||
impl ComputedValueAsSpecified for AlignItems {}
|
||||
impl ComputedValueAsSpecified for AlignJustifyContent {}
|
||||
impl ComputedValueAsSpecified for AlignJustifySelf {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue