mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Merge AuExtensionMethods and LocalToCss.
This commit is contained in:
parent
14dc1199df
commit
f82cf3da12
10 changed files with 31 additions and 40 deletions
|
@ -172,7 +172,7 @@ ${helpers.single_keyword("clear", "none left right both", gecko_ffi_name="mBreak
|
|||
pub mod computed_value {
|
||||
use app_units::Au;
|
||||
use std::fmt;
|
||||
use values::AuExtensionMethods;
|
||||
use values::LocalToCss;
|
||||
use values::{CSSFloat, computed};
|
||||
#[allow(non_camel_case_types)]
|
||||
#[derive(PartialEq, Copy, Clone, Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue