Derive ToComputedValue for TrackBreadth<L>

This commit is contained in:
Anthony Ramine 2017-08-28 10:38:11 +02:00
parent 735e093de7
commit 3751fe9fdc
3 changed files with 5 additions and 29 deletions

View file

@ -327,6 +327,7 @@ impl<T> ToComputedValue for T
impl ComputedValueAsSpecified for Atom {}
impl ComputedValueAsSpecified for bool {}
impl ComputedValueAsSpecified for f32 {}
impl ComputedValueAsSpecified for specified::BorderStyle {}