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

@ -2265,11 +2265,8 @@ https://drafts.csswg.org/css-fonts-4/#low-level-font-variation-settings-control-
predefined_type="Number" gecko_ffi_name="mScriptSizeMultiplier"
spec="Internal (not web-exposed)"
internal="True">
use values::computed::ComputedValueAsSpecified;
pub use self::computed_value::T as SpecifiedValue;
impl ComputedValueAsSpecified for SpecifiedValue {}
pub mod computed_value {
pub type T = f32;
}