Merge AuExtensionMethods and LocalToCss.

This commit is contained in:
Ms2ger 2016-06-23 15:09:56 +02:00
parent 14dc1199df
commit f82cf3da12
10 changed files with 31 additions and 40 deletions

View file

@ -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)]