mirror of
https://github.com/servo/servo.git
synced 2025-08-17 03:15:34 +01:00
Derive ToComputedValue for TrackBreadth<L>
This commit is contained in:
parent
735e093de7
commit
3751fe9fdc
3 changed files with 5 additions and 29 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue